publish Advanced Event
abstract fun publishAdvancedEvent(eventName: String, context: List<String> = mutableListOf(), callback: Callback? = null)
Publishes an ADVANCED event with the given selector and context.
Parameters
event Name
The event name.
context
The list of context elements.
callback
The callback function containing information about the operation.