Message Request
class MessageRequest( val message: String?, val attachment: Attachment?, val conversationId: String, val isRequireAcknowledgement: Boolean, val isFromNfc: Boolean, val attachmentCallback: AttachmentCallback?, val callback: CompletionCallback?, val progressChanged: (attachmentId: Int, progress: Int, total: Int) -> Unit?)
Content copied to clipboard
Constructors
Link copied to clipboard
fun MessageRequest( message: String?, attachment: Attachment?, conversationId: String, isRequireAcknowledgement: Boolean, isFromNfc: Boolean, attachmentCallback: AttachmentCallback?, callback: CompletionCallback?, progressChanged: (attachmentId: Int, progress: Int, total: Int) -> Unit?)
Content copied to clipboard
Types
Properties
Link copied to clipboard
val progressChanged: (attachmentId: Int, progress: Int, total: Int) -> Unit?
Content copied to clipboard