toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.model.chat.message
/
AmityMessage
/
Data
/
VIDEO
VIDEO
class
VIDEO
(
messageId
:
String
,
file
:
AmityFileInfo
?
=
null
,
thumbnailImageFile
:
AmityImage
?
=
null
)
:
AmityMessage.Data
Members
Constructors
VIDEO
Link copied to clipboard
constructor
(
messageId
:
String
,
file
:
AmityFileInfo
?
=
null
,
thumbnailImageFile
:
AmityImage
?
=
null
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Message
Id
Link copied to clipboard
fun
getMessageId
(
)
:
String
get
Thumbnail
Image
Link copied to clipboard
fun
getThumbnailImage
(
)
:
AmityImage
?
get
Video
Link copied to clipboard
fun
getVideo
(
)
:
AmityVideo
?
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)