PushNotificationSubscriberPropertyNames members
The PushNotificationSubscriberPropertyNames type exposes the following members.
Fields
Name | Description | |
---|---|---|
CustomArgs | Specifies a custom arguments string that represents the state of the notifications subscription. This string can be used by the application logic to differentiate between its notification subscribers for different kinds of notifications. | |
DeviceAppInstanceId | Specifies a device app instance identifier. | |
LastModifiedTimeStamp | Specifies the time and date when the subscriber was last updated. | |
RegistrationTimeStamp | Specifies the time and date when the subscriber registered for push notifications. | |
ServiceToken | Specifies the delivery channel URI for push notifications. It must not be null. It must not be empty. | |
SubscriberType | Specifies the type of the subscriber. This string can be used by the application logic to differentiate among its subscribers based on device type or any other custom logic |
Top