toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.model.social.comment
/
AmityComment
/
Data
Data
sealed
class
Data
:
Parcelable
Inheritors
TEXT
Members
Types
Companion
Link copied to clipboard
object
Companion
TEXT
Link copied to clipboard
class
TEXT
(
commentId
:
String
,
text
:
String
?
=
""
)
:
AmityComment.Data
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)