send Conversation By Emails
abstract fun sendConversationByEmails(conversation: IRainbowConversation, emails: List<String>, notification: IConversationProxy.ISendConversationByEmailListener?)
Content copied to clipboard
Send all messages from a conversation to a list of emails.
Parameters
conversation
@object:IRainbowConversation The conversation to delete all messages
emails
list of emails used to send the conversation
notification
IConversationProxy.ISendConversationByEmailListener Callback with onSendConversationByEmailSuccess
method