getConversationFromId

abstract fun getConversationFromId(conversationId: String?): IRainbowConversation?

Get a conversation from its id.

This method only works if the conversation already exists.

Return

a IRainbowConversation object

Parameters

conversationId

String The id of the searched conversation