Click or drag to resize
NotificationClientCreateSubscriptionsAsync Method (CreateSubscriptionsRequest)
С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
public Task<HttpResponse<CreateSubscriptionResponseItem[]>> CreateSubscriptionsAsync(
	CreateSubscriptionsRequest createSubscriptionsRequest
)

Parameters

createSubscriptionsRequest
Type: Quickblox.Sdk.Modules.NotificationModule.RequestsCreateSubscriptionsRequest
Parameter for subscription request

Return Value

Type: TaskHttpResponseCreateSubscriptionResponseItem
Success HTTP Status Code 201
See Also