toggle menu
WOASDK
androidJvm
switch theme
search in API
WOASDK
/
com.kingsoft.kim.kit.api
/
KIMKitLinkupService
/
PreviewImageInfo
Preview
Image
Info
class
PreviewImageInfo
<
T
>
:
Serializable
用于转发对话框显示的图片预览信息
Parameters
Members
Constructors
Preview
Image
Info
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
Companion
Link copied to clipboard
object
Companion
Source
Type
Link copied to clipboard
annotation class
SourceType
Properties
height
Link copied to clipboard
var
height
:
Int
mime
Link copied to clipboard
var
mime
:
String
source
Link copied to clipboard
var
source
:
T
thumbnail
Key
Link copied to clipboard
var
thumbnailKey
:
String
?
type
Link copied to clipboard
var
type
:
Int
width
Link copied to clipboard
var
width
:
Int