toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.model.social.comment
/
AmityComment
/
Attachment
Attachment
sealed
class
Attachment
:
Parcelable
Inheritors
IMAGE
Members
Types
IMAGE
Link copied to clipboard
class
IMAGE
(
fileId
:
String
,
image
:
AmityImage
?
)
:
AmityComment.Attachment
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
get
Data
Type
Link copied to clipboard
abstract
fun
getDataType
(
)
:
AmityComment.DataType
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)