IPushNotification Interface |
Namespace: NetQuarry.Services
The IPushNotification type exposes the following members.
Name | Description | |
---|---|---|
DeviceMapper |
A property that denotes the Mapper that keeps track of each registered device for a user.
| |
IsSubscribedField |
A property that denotes the field on the DeviceMapper that determines if the subscription is On or Off. This is necessary as Google specifically recommends against calling the "Unsubscribe"
method for Push notifications in Google Cloud Messaging.
| |
RegistrationIDField |
A property that denotes the field on the DeviceMapper that determines which field is the field that tracks the "Registration_id" value for the subscription.
| |
ServiceNameField |
A property that denotes the field on the DeviceMapper that determines which field is the field that tracks which Push Notification service the registered device is registered to.
| |
UserIDField |
A property that denotes the field on the DeviceMapper that determines which field is the field that tracks the "user_id" value.
|
Name | Description | |
---|---|---|
SendNotification |
Sends a notification to the specified device.
|