Click or drag to resize
NotificationClientGetEventsAsync Method
Get all events which were created by a user 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<GetSubscriptionsResponse>> GetEventsAsync()

Return Value

Type: TaskHttpResponseGetSubscriptionsResponse
Success HTTP Status Code 200
See Also