AttachmentMetaData

data class AttachmentMetaData(    var uri: Uri? = null,     var type: String? = null,     var mimeType: String? = null,     var title: String? = null,     var file: File? = null)

A model for the currently selected attachment item.

Constructors

Link copied to clipboard
fun AttachmentMetaData(attachment: Attachment)
Link copied to clipboard
fun AttachmentMetaData(context: Context, file: File)
Link copied to clipboard
fun AttachmentMetaData(    uri: Uri? = null,     type: String? = null,     mimeType: String? = null,     title: String? = null,     file: File? = null)

Properties

Link copied to clipboard
var file: File? = null
Link copied to clipboard
var isSelected: Boolean = false
Link copied to clipboard
var mimeType: String? = null
Link copied to clipboard
var selectedPosition: Int = 0
Link copied to clipboard
var size: Long = 0
Link copied to clipboard
var title: String? = null
Link copied to clipboard
var type: String? = null
Link copied to clipboard
var uri: Uri? = null
Link copied to clipboard
var videoLength: Long = 0