Click or drag to resize
NotificationClientCreateEventAsync Method
Create notification 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<EventResponse>> CreateEventAsync(
	CreateEventRequest сreateEventRequest
)

Parameters

сreateEventRequest
Type: Quickblox.Sdk.Modules.NotificationModule.RequestsCreateEventRequest
The сreate event parameter.

Return Value

Type: TaskHttpResponseEventResponse
Success HTTP Status Code 201
See Also