INotificationHandler Methods
Namespace:
Microsoft.WindowsAzure.Mobile.Service.Notifications
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
| Name | Description | |
|---|---|---|
![]() | Register(ApiServices, HttpRequestContext, NotificationRegistration) | This method is called when a client is registering to receive notifications. It is called just before the request is submitted to the Notification Hub and so the implementation of this method can modify the registration before it is submitted. |
![]() | Unregister(ApiServices, HttpRequestContext, String) | This method is called when a client is unregistering to no longer receive notifications. It is called just before the request is submitted to the Notification Hub. |
Show:
