publish Advanced Event Async
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
event Name
The event name.
context
The list of context elements.