publishAdvancedEventAsync

abstract suspend fun publishAdvancedEventAsync(eventName: String, context: List<String> = mutableListOf()): Result

Publishes an ADVANCED event with the given selector and context.

Return

The result of the operation.

Parameters

eventName

The event name.

context

The list of context elements.