sendConversationByEmail

abstract fun sendConversationByEmail(conversation: IRainbowConversation, email: String, listener: RainbowListener<Unit, Unit>?)

Send all messages from a conversation to the user email.

Parameters

conversation

IRainbowConversation The conversation to delete all messages

email

String email used to send the conversation

listener

RainbowListener Callback