Event args for push notifications received. More...
Inherits EventArgs.
Public Member Functions | |
| PushReceivedEventArgs (IDictionary< string, object?> payload, string? alert, string? title, bool isBackground) | |
Properties | |
| IDictionary< string, object?> | Payload [get] |
| Gets the raw notification payload (APNs userInfo on iOS, push extras on Android). | |
| string? | Alert [get] |
| Gets the alert text, or null if not present. | |
| string? | Title [get] |
| Gets the notification title, or null if not present. | |
| bool | IsBackground [get] |
| True when this was a silent/background push that did not post a notification. | |
Event args for push notifications received.
|
inline |
|
get |
Gets the alert text, or null if not present.
|
get |
True when this was a silent/background push that did not post a notification.
|
get |
Gets the raw notification payload (APNs userInfo on iOS, push extras on Android).
|
get |
Gets the notification title, or null if not present.