|
UserWise Unity SDK
3.0.0
|
Public Types | |
| enum | ImpressionState { created, sent, delivered, viewed, unknown } |
| A list of possible states an PushNotificationImpression can be marked as. More... | |
Properties | |
| string | Id [get, set] |
| string | DeviceToken [get, set] |
| DateTime | StartAt [get, set] |
| ImpressionState | State [get, set] |
| string | PushNotificationId [get, set] |
Additional Inherited Members | |
Public Member Functions inherited from UserWiseSDK.IDictSerializable< PushNotificationImpression > | |
| Dictionary< string, object > | Serialize () |
Serialize instance into a generic Dictionary{string, object}. More... | |
| T | Deserialize (Dictionary< string, object > data) |
Deserialize generic Dictionary{string, object} into an instance of T. More... | |
A list of possible states an PushNotificationImpression can be marked as.
1.8.17