publishAdvancedEvent

abstract fun publishAdvancedEvent(eventName: String, context: List<String> = mutableListOf(), callback: Callback? = null)

Publishes an ADVANCED event with the given selector and context.

Parameters

eventName

The event name.

context

The list of context elements.

callback

The callback function containing information about the operation.