setAttributes

abstract fun setAttributes(attributes: Attributes, listener: StatusListener)

Set attributes associated with this conversation.

Attributes are stored as a JSON format object, of arbitrary internal structure. Conversation attributes are limited in size to 32Kb.

See also

#getAttributes

#getAttributes

Parameters

attributes

The new developer-provided Attributes for this conversation.

listener

Listener that will receive callback with the result.