NotificationHubClient.CreateBaiduNativeRegistrationAsync
Method
Definition
Overloads
| CreateBaiduNativeRegistrationAsync(String, String, IEnumerable<String>) |
Creates the baidu native registration asynchronously. |
| CreateBaiduNativeRegistrationAsync(String, String) |
Creates the baidu native registration asynchronously. |
CreateBaiduNativeRegistrationAsync(String, String, IEnumerable<String>)
Creates the baidu native registration asynchronously.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.BaiduRegistrationDescription> CreateBaiduNativeRegistrationAsync (string userId, string channelId, System.Collections.Generic.IEnumerable<string> tags);
Parameters
- userId
- String
The user identifier.
- channelId
- String
The channel identifier.
- tags
- IEnumerable<String>
The tags.
Returns
A task that represents the asynchronous operation.
CreateBaiduNativeRegistrationAsync(String, String)
Creates the baidu native registration asynchronously.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.BaiduRegistrationDescription> CreateBaiduNativeRegistrationAsync (string userId, string channelId);
Parameters
- userId
- String
The user identifier.
- channelId
- String
The channel identifier.
Returns
A task that represents the asynchronous operation.