| NotificationClientCreateEventAsync Method |
Create notification 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<EventResponse>> CreateEventAsync(
CreateEventRequest сreateEventRequest
)
Public Function CreateEventAsync (
сreateEventRequest As CreateEventRequest
) As Task(Of HttpResponse(Of EventResponse))
public:
Task<HttpResponse<EventResponse^>^>^ CreateEventAsync(
CreateEventRequest^ сreateEventRequest
)
member CreateEventAsync :
сreateEventRequest : CreateEventRequest -> Task<HttpResponse<EventResponse>>
Parameters
- сreateEventRequest
- Type: Quickblox.Sdk.Modules.NotificationModule.RequestsCreateEventRequest
The сreate event parameter.
Return Value
Type:
TaskHttpResponseEventResponseSuccess HTTP Status Code 201
See Also