MediaBean

class MediaBean(val chatId: String, val msgId: String, val w: Int = 0, val h: Int = 0, var key: String? = null, var localPath: String? = null, val name: String? = null, val size: Long = 0, val thumbnailKey: String? = null, val contentType: String? = null, val type: Int, val isLocal: Boolean = false, val isCollectd: Boolean = false, var isJumpChatEnable: Boolean = true) : Parcelable, Comparable<MediaBean>

Constructors

Link copied to clipboard
constructor(chatId: String, msgId: String, w: Int = 0, h: Int = 0, key: String? = null, localPath: String? = null, name: String? = null, size: Long = 0, thumbnailKey: String? = null, contentType: String? = null, type: Int, isLocal: Boolean = false, isCollectd: Boolean = false, isJumpChatEnable: Boolean = true)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val contentType: String? = null
Link copied to clipboard
var cTime: Long
Link copied to clipboard
Link copied to clipboard
val h: Int = 0
Link copied to clipboard
val isCollectd: Boolean = false
Link copied to clipboard
Link copied to clipboard
val isLocal: Boolean = false
Link copied to clipboard
var key: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val size: Long = 0
Link copied to clipboard
val thumbnailKey: String? = null
Link copied to clipboard
val type: Int
Link copied to clipboard
val w: Int = 0

Functions

Link copied to clipboard
open operator override fun compareTo(other: MediaBean): Int
Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)