NotificationHub.RegisterNativeAsync Method
Registers the device for native notifications.
Namespace: Microsoft.WindowsAzure.Messaging
Assembly: Microsoft.WindowsAzure.Messaging (in Microsoft.WindowsAzure.Messaging.dll)
Overload List
Name | Description | |
---|---|---|
RegisterNativeAsync(String) | Asynchronously registers the device for native notifications. |
|
RegisterNativeAsync(String, IEnumerable<String>) | Asynchronously registers the device for native notifications. |
Remarks
Devices registered in this way can only receive notifications sent with the Microsoft Push Notification Services (MPNS) native format.
See Also
NotificationHub Class
Microsoft.WindowsAzure.Messaging Namespace
Return to top