send Conversation By Email
abstract fun sendConversationByEmail(conversation: IRainbowConversation, email: String, notification: IConversationProxy.ISendConversationByEmailListener?)
Content copied to clipboard
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