Click or drag to resize
NotificationClientEditEventAsync Method
Edit event by ID.

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>> EditEventAsync(
	uint eventId,
	EditEventRequest editEventRequest
)

Parameters

eventId
Type: SystemUInt32
The event identifier.
editEventRequest
Type: Quickblox.Sdk.Modules.NotificationModule.RequestsEditEventRequest
The edit event parameter.

Return Value

Type: TaskHttpResponseEventResponse
Success HTTP Status Code 200
See Also