| 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.NotificationModuleAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Task<HttpResponse<GetSubscriptionsResponse>> GetEventByIdAsync(
uint eventId
)
Public Function GetEventByIdAsync (
eventId As UInteger
) As Task(Of HttpResponse(Of GetSubscriptionsResponse))
public:
Task<HttpResponse<GetSubscriptionsResponse^>^>^ GetEventByIdAsync(
unsigned int eventId
)
member GetEventByIdAsync :
eventId : uint32 -> Task<HttpResponse<GetSubscriptionsResponse>>
Parameters
- eventId
- Type: SystemUInt32
The event identifier.
Return Value
Type:
TaskHttpResponseGetSubscriptionsResponseSuccess HTTP Status Code 200
See Also