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
/
IMAGE
IMAGE
class
IMAGE
(
fileId
:
String
,
image
:
AmityImage
?
)
:
AmityComment.Attachment
Members
Constructors
IMAGE
Link copied to clipboard
constructor
(
fileId
:
String
,
image
:
AmityImage
?
)
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
Data
Type
Link copied to clipboard
open
override
fun
getDataType
(
)
:
AmityComment.DataType
get
File
Id
Link copied to clipboard
fun
getFileId
(
)
:
String
get
Image
Link copied to clipboard
fun
getImage
(
)
:
AmityImage
?
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
)