toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.api.core.reaction.reference
/
AmityReactionReference
Amity
Reaction
Reference
sealed
class
AmityReactionReference
:
Parcelable
Inheritors
MESSAGE
POST
COMMENT
STORY
Members
Types
COMMENT
Link copied to clipboard
class
COMMENT
(
commentId
:
String
)
:
AmityReactionReference
MESSAGE
Link copied to clipboard
class
MESSAGE
(
messageId
:
String
)
:
AmityReactionReference
POST
Link copied to clipboard
class
POST
(
postId
:
String
)
:
AmityReactionReference
STORY
Link copied to clipboard
class
STORY
(
storyId
:
String
)
:
AmityReactionReference
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
)