set Attributes
abstract fun setAttributes(attributes: Attributes, listener: StatusListener)
Content copied to clipboard
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
#get Attributes
#getAttributes
Parameters
attributes
The new developer-provided Attributes for this conversation.
listener
Listener that will receive callback with the result.