| NotificationClientCreateSubscriptionsAsync Method (NotificationChannelType) |
Note: This API is now 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.
Namespace: Quickblox.Sdk.Modules.NotificationModuleAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[ObsoleteAttribute]
public Task<HttpResponse<CreateSubscriptionResponseItem[]>> CreateSubscriptionsAsync(
NotificationChannelType type
)
<ObsoleteAttribute>
Public Function CreateSubscriptionsAsync (
type As NotificationChannelType
) As Task(Of HttpResponse(Of CreateSubscriptionResponseItem()))
public:
[ObsoleteAttribute]
Task<HttpResponse<array<CreateSubscriptionResponseItem^>^>^>^ CreateSubscriptionsAsync(
NotificationChannelType type
)
[<ObsoleteAttribute>]
member CreateSubscriptionsAsync :
type : NotificationChannelType -> Task<HttpResponse<CreateSubscriptionResponseItem[]>>
Parameters
- type
- Type: Quickblox.Sdk.Modules.NotificationModule.ModelsNotificationChannelType
Notification channel type.
Return Value
Type:
TaskHttpResponseCreateSubscriptionResponseItemSuccess HTTP Status Code 201
See Also