Click or drag to resize
NotificationClientGetSubscriptionsAsync Method
Retrieve subscriptions for the device which is specified in the authorization token.

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<GetSubscriptionResponse[]>> GetSubscriptionsAsync()

Return Value

Type: TaskHttpResponseGetSubscriptionResponse
Success HTTP Status Code 200
See Also