A push message model object. More...
Properties | |
| string | Alert [get] |
| Gets the alert text. | |
| string | Title [get] |
| Gets the notification title. | |
| string | NotificationId [get] |
| Gets the identifier of the notification this push posted. | |
| Dictionary< string, string > | Extras [get] |
| Gets the key value extras sent with the push. | |
Detailed Description
A push message model object.
Property Documentation
◆ Alert
|
get |
Gets the alert text.
The alert text.
◆ Extras
|
get |
Gets the key value extras sent with the push.
Non-string extra values are encoded as JSON strings.
The extras, or null if the push carried none.
◆ NotificationId
|
get |
Gets the identifier of the notification this push posted.
This is the platform's notification identifier, not the Airship send ID. It is null for a push that posted no notification, such as a silent push. On iOS it is also null throughout OnPushReceived even when a notification was posted, because the framework proxy builds that event's payload without one; it is populated for OnPushOpened and for the active notification list. On Android it is populated wherever a notification was posted.
The notification identifier.
◆ Title
|
get |
Gets the notification title.
The title, or null if the push carried none.
1.9.8