| NotificationClientGetEventsAsync Method |
Get all events which were created by a user specified in the authorization token.
Namespace: Quickblox.Sdk.Modules.NotificationModuleAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Task<HttpResponse<GetSubscriptionsResponse>> GetEventsAsync()
Public Function GetEventsAsync As Task(Of HttpResponse(Of GetSubscriptionsResponse))
public:
Task<HttpResponse<GetSubscriptionsResponse^>^>^ GetEventsAsync()
member GetEventsAsync : unit -> Task<HttpResponse<GetSubscriptionsResponse>>
Return Value
Type:
TaskHttpResponseGetSubscriptionsResponseSuccess HTTP Status Code 200
See Also