| NotificationClientDeleteEventAsync Method |
Deletes the event.
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> DeleteEventAsync(
uint eventId
)
Public Function DeleteEventAsync (
eventId As UInteger
) As Task(Of HttpResponse)
public:
Task<HttpResponse^>^ DeleteEventAsync(
unsigned int eventId
)
member DeleteEventAsync :
eventId : uint32 -> Task<HttpResponse>
Parameters
- eventId
- Type: SystemUInt32
The event identifier.
Return Value
Type:
TaskHttpResponseSuccess HTTP Status Code 200
See Also