publishAsync

abstract suspend fun publishAsync(event: Event): Result

Method to publish an event. An event handler can act on these events. For example: when the app developer throws an event "Video started", the engagement is increased in the Interest Ranker based on this event (because the marketer defined an event rule in the BlueConic UI).

Return

The result of the operation.

Parameters

event

Event object