publishUpdateValuesEvent

abstract fun publishUpdateValuesEvent(selector: String, values: List<String>, callback: Callback? = null)

Publishes a UPDATE VALUES event with the selector and values.

Parameters

selector

The selector.

values

The list of values.

callback

The callback function containing information about the operation.