UrbanAirship.PushMessage Class Reference
A push message model object. More...
Properties | |
string | Alert [get] |
Gets the alert text. | |
string | Identifier [get] |
Gets the push identifier. | |
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.
◆ Identifier
|
get |
Gets the push identifier.
The identifier.