getConversation

abstract fun getConversation(conversationSidOrUniqueName: String, listener: CallbackListener<Conversation>)

Retrieves a conversation with the specified SID or unique name.

Parameters

conversationSidOrUniqueName

Identifier for the conversation.

listener

Listener to receive the conversation.

Throws

If ConversationClient isn't synchronized properly.