addOrUpdateConversation

fun addOrUpdateConversation(conversation: Conversation)

Adds or updates the specified conversation. Note that Conversation.unreadMessages will be ignored. Messages can only be added by using addOrUpdateMessage.

Parameters

conversation

The conversation to add.