sendConversationByEmail

abstract fun sendConversationByEmail(conversation: IRainbowConversation, email: String, notification: IConversationProxy.ISendConversationByEmailListener?)

Send all messages from a conversation to the user email.

Parameters

conversation

@object:IRainbowConversation The conversation to delete all messages

email

String email used to send the conversation

notification

IConversationProxy.ISendConversationByEmailListener Callback with onSendConversationByEmailSuccess method