Click or drag to resize
NotificationClientGetEventByIdAsync Method
Retrieve event by the ID. The event specified in the request should belong to the application for which the authorization token has been received.

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>> GetEventByIdAsync(
	uint eventId
)

Parameters

eventId
Type: SystemUInt32
The event identifier.

Return Value

Type: TaskHttpResponseGetSubscriptionsResponse
Success HTTP Status Code 200
See Also