Name | Description | Type | Additional information |
---|---|---|---|
DeviceId |
Current (or new) unique DeviceId for the application on the phone or the tablet. This ID must be recognized by Google Cloud Messaging or Apple Push Notification Service. When PushProvider=Apple: the same as DeviceToken When PushProvider=Google: the same as RegistrationId |
string |
None. |
OldDeviceId |
Old DeviceId for the application on the phone or the tablet. When the application receives a new DeviceId, the application should also provide the old one here, so that itslearning can replace the old one. This is to make sure that we use the correct deviceId as soon as possible, and to prevent itslearning from sending multiple push notification messages with the same content. |
string |
None. |
PushProvider |
Type of push provider (e.g. "Google" or "Apple") |
string |
None. |
IsEnabled |
If push notifications should be enabled or not |
boolean |
None. |