| NotificationClient Methods |
The NotificationClient type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateEventAsync |
Create notification event
| |
| CreatePushTokenAsync | Obsolete.
Create push token (Token for iOS, Registration Id for Android, Uri for Windows Phone). Neеd to get the authorization token with the device parameters (platform, udid).
| |
| CreateSubscriptionsAsync(CreateSubscriptionsRequest) |
Сreate device based subscriptions. The authorization token should contain the device parameters. If the subscription is creating for the windows phone pushes make sure that Microsoft Push Notifications have a status "enabled" in the Web Administration Panel.
| |
| CreateSubscriptionsAsync(NotificationChannelType) | Obsolete.
Сreate device based subscriptions. The authorization token should contain the device parameters. If the subscription is creating for the windows phone pushes make sure that Microsoft Push Notifications have a status "enabled" in the Web Administration Panel.
| |
| DeleteEventAsync |
Deletes the event.
| |
| DeletePushTokenAsync | Obsolete.
Delete push token by identifier.
| |
| DeleteSubscriptionsAsync |
Remove a subscription by the identifier.
| |
| EditEventAsync |
Edit event by ID.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEventByIdAsync |
Retrieve event by the ID. The event specified in the request should belong to the application for which the authorization token has been received.
| |
| GetEventsAsync |
Get all events which were created by a user specified in the authorization token.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetSubscriptionsAsync |
Retrieve subscriptions for the device which is specified in the authorization token.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |