toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.model.core.reaction
/
AmityReaction
Amity
Reaction
data
class
AmityReaction
:
Parcelable
,
ReactorObject
Members
Types
Reference
Link copied to clipboard
sealed
class
Reference
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
get
Created
At
Link copied to clipboard
fun
getCreatedAt
(
)
:
DateTime
get
Creator
Link copied to clipboard
fun
getCreator
(
)
:
AmityUser
?
get
Creator
Display
Name
Link copied to clipboard
fun
getCreatorDisplayName
(
)
:
String
get
Creator
Id
Link copied to clipboard
fun
getCreatorId
(
)
:
String
get
Reaction
Id
Link copied to clipboard
fun
getReactionId
(
)
:
String
get
Reaction
Name
Link copied to clipboard
fun
getReactionName
(
)
:
String
get
Reference
Link copied to clipboard
fun
getReference
(
)
:
AmityReaction.Reference
unique
Id
Link copied to clipboard
open
override
fun
uniqueId
(
)
:
String
updated
At
Link copied to clipboard
open
override
fun
updatedAt
(
)
:
DateTime
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)