ShareImageModel

class ShareImageModel(val width: Int = 0, val height: Int = 0, val size: Long = 0, var storeKey: String? = null, var mime: String? = null, var thumbnailKey: String? = null, var isCustomExpression: Boolean = false) : KIMKitLinkupService.BaseShareModel

分享图片

Constructors

Link copied to clipboard
constructor(width: Int = 0, height: Int = 0, size: Long = 0, storeKey: String? = null, mime: String? = null, thumbnailKey: String? = null, isCustomExpression: Boolean = false)

Properties

Link copied to clipboard
val height: Int = 0
Link copied to clipboard
Link copied to clipboard
var mime: String?
Link copied to clipboard
val size: Long = 0
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val width: Int = 0