NotificationHubClient.CreateAppleNativeRegistrationAsync
Method
Definition
Overloads
| CreateAppleNativeRegistrationAsync(String) |
Asynchronously creates an Apple native registration. |
| CreateAppleNativeRegistrationAsync(String, IEnumerable<String>) |
Asynchronously creates an Apple native registration. |
CreateAppleNativeRegistrationAsync(String)
Asynchronously creates an Apple native registration.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription> CreateAppleNativeRegistrationAsync (string deviceToken);
Parameters
- deviceToken
- String
The device token.
Returns
The task that completes the asynchronous operation.
CreateAppleNativeRegistrationAsync(String, IEnumerable<String>)
Asynchronously creates an Apple native registration.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.AppleRegistrationDescription> CreateAppleNativeRegistrationAsync (string deviceToken, System.Collections.Generic.IEnumerable<string> tags);
Parameters
- deviceToken
- String
The device token.
- tags
- IEnumerable<String>
The tags.
Returns
The task that completes the asynchronous operation.