AttachmentMetaData

data class AttachmentMetaData(    var uri: Uri? = null,     var type: String? = null,     var mimeType: String? = null,     var title: String? = null,     var file: File? = null,     var extraData: Map<String, Any> = mapOf())

A model for the currently selected attachment item.

Constructors

Link copied to clipboard
constructor(attachment: Attachment)
constructor(context: Context, file: File)
constructor(    uri: Uri? = null,     type: String? = null,     mimeType: String? = null,     title: String? = null,     file: File? = null,     extraData: Map<String, Any> = mapOf())

Properties

Link copied to clipboard
Link copied to clipboard
var file: File?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var size: Long
Link copied to clipboard
Link copied to clipboard
var type: String?
Link copied to clipboard
var uri: Uri?
Link copied to clipboard