-
public interface ICustomEventBackendServiceThe backend service for custom events.
-
-
Method Summary
Modifier and Type Method Description abstract ExecutionResponsesendCustomEvent(String appId, String onesignalId, String externalId, Long timestamp, String eventName, String eventProperties, CustomEventMetadata metadata)Send an custom event to the backend and return the response. -
-
Method Detail
-
sendCustomEvent
abstract ExecutionResponse sendCustomEvent(String appId, String onesignalId, String externalId, Long timestamp, String eventName, String eventProperties, CustomEventMetadata metadata)
Send an custom event to the backend and return the response.
-
-
-
-