MessageAttachmentEntity

data class MessageAttachmentEntity(val assetId: String, val assetVersionId: String = "", val cellAsset: Boolean, val mimeType: String, val assetPath: String?, val assetSize: Long?, val localPath: String? = null, val previewUrl: String? = null, val assetWidth: Int?, val assetHeight: Int?, val assetDuration: Long?, val assetTransferStatus: String, val contentUrl: String? = null, val contentHash: String? = null)

Constructors

Link copied to clipboard
constructor(assetId: String, assetVersionId: String = "", cellAsset: Boolean, mimeType: String, assetPath: String?, assetSize: Long?, localPath: String? = null, previewUrl: String? = null, assetWidth: Int?, assetHeight: Int?, assetDuration: Long?, assetTransferStatus: String, contentUrl: String? = null, contentHash: String? = null)

Properties

Link copied to clipboard
val assetDuration: Long?
Link copied to clipboard
val assetHeight: Int?
Link copied to clipboard
val assetId: String
Link copied to clipboard
val assetPath: String?
Link copied to clipboard
val assetSize: Long?
Link copied to clipboard
Link copied to clipboard
val assetVersionId: String
Link copied to clipboard
val assetWidth: Int?
Link copied to clipboard
val cellAsset: Boolean
Link copied to clipboard
val contentHash: String? = null
Link copied to clipboard
val contentUrl: String? = null
Link copied to clipboard
val localPath: String? = null
Link copied to clipboard
val mimeType: String
Link copied to clipboard
val previewUrl: String? = null