createConversation

abstract fun createConversation(friendlyName: String, listener: CallbackListener<Conversation>)

Create a conversation with friendly name.

This operation creates a new conversation entity on the backend.

Parameters

friendlyName

Friendly name of the new conversation.

listener

Listener that receives the status of create conversation action.

Throws

If ConversationClient isn't synchronized properly.