publishUpdateContentEvent

abstract fun publishUpdateContentEvent(content: String, selector: String? = null, callback: Callback? = null)

Publishes a UPDATE CONTENT event with the content and selector.

Parameters

content

The content.

selector

The selector.

callback

The callback function containing information about the operation.