Message Builder
Builder for preparing new message.
See also
Functions
Link copied to clipboard
abstract fun addMedia( inputStream: InputStream, contentType: String, filename: String, uploadListener: MediaUploadListener): Conversation.MessageBuilder
Content copied to clipboard
Adds attachment for the new message.
Link copied to clipboard
Builds new UnsentMessage.
Link copied to clipboard
abstract fun buildAndSend(listener: CallbackListener<Message>): CancellationToken
Content copied to clipboard
Builds new UnsentMessage and sends it immediately.
Link copied to clipboard
abstract fun setAttributes(attributes: Attributes): Conversation.MessageBuilder
Content copied to clipboard
Set new message attributes.
Link copied to clipboard
Set new message body.
Link copied to clipboard
abstract fun setEmailBody(emailBody: String, contentType: String): Conversation.MessageBuilder
Content copied to clipboard
abstract fun setEmailBody( inputStream: InputStream, contentType: String, uploadListener: MediaUploadListener): Conversation.MessageBuilder
Content copied to clipboard
Set new message email body.
Link copied to clipboard
abstract fun setEmailHistory(emailHistory: String, contentType: String): Conversation.MessageBuilder
Content copied to clipboard
abstract fun setEmailHistory( inputStream: InputStream, contentType: String, uploadListener: MediaUploadListener): Conversation.MessageBuilder
Content copied to clipboard
Set new message email history.
Link copied to clipboard
Set new message subject.