PreviewImageInfo

用于转发对话框显示的图片预览信息

Parameters

Constructors

Link copied to clipboard
constructor(type: Int, width: Int, height: Int, source: T, mime: String)
constructor(type: Int, width: Int, height: Int, source: T, mime: String, thumbnailKey: String?)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
annotation class SourceType

Properties

Link copied to clipboard
var height: Int
Link copied to clipboard
Link copied to clipboard
var source: T
Link copied to clipboard
Link copied to clipboard
var type: Int
Link copied to clipboard
var width: Int