retainAllConversations

fun retainAllConversations(conversationIds: Collection<Uid<Conversation>>)

Retains only the conversations with the specified conversationIds. Removes the remaining conversations.

Parameters

conversationIds

The IDs of the conversations to retain.