Click or drag to resize
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.NotificationModule
Assembly: 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
)

Parameters

type
Type: Quickblox.Sdk.Modules.NotificationModule.ModelsNotificationChannelType
Notification channel type.

Return Value

Type: TaskHttpResponseCreateSubscriptionResponseItem
Success HTTP Status Code 201
See Also