build

abstract fun build(listener: CallbackListener<Conversation>)

Method to create conversation with options.

Set options using withFriendlyName, withUniqueName and withAttributes before calling this function.

Parameters

listener

Listener that receives the status of create conversation action.