publishClickEvent

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

Publishes a CLICK event with the given selector and context.

Parameters

selector

The selector.

context

The list of context elements.

callback

The callback function containing information about the operation.