Click or drag to resize
NotificationClientDeleteEventAsync Method
Deletes the event.

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

Parameters

eventId
Type: SystemUInt32
The event identifier.

Return Value

Type: TaskHttpResponse
Success HTTP Status Code 200
See Also