setUniqueName

abstract fun setUniqueName(uniqueName: String, listener: StatusListener)

Update the unique name for this conversation.

Unique name is unique within Service Instance. You will receive an error if you try to set a name that is not unique.

See also

Parameters

uniqueName

New unique name for this conversation.

listener

Listener that will receive callback with the result.