toggle menu
amity-sdk
6.35.0.0
androidJvm
switch theme
search in API
amity-sdk
/
com.amity.socialcloud.sdk.model.core.events
/
AmityTopic
Amity
Topic
sealed
class
AmityTopic
Inheritors
COMMUNITY
COMMENT
USER
POST
STORY
FOLLOW
Members
Types
COMMENT
Link copied to clipboard
class
COMMENT
(
val
comment
:
AmityComment
,
val
events
:
AmityCommentEvents
)
:
AmityTopic
COMMUNITY
Link copied to clipboard
class
COMMUNITY
(
val
community
:
AmityCommunity
,
val
events
:
AmityCommunityEvents
)
:
AmityTopic
FOLLOW
Link copied to clipboard
class
FOLLOW
(
val
events
:
AmityFollowEvents
)
:
AmityTopic
POST
Link copied to clipboard
class
POST
(
val
post
:
AmityPost
,
val
events
:
AmityPostEvents
)
:
AmityTopic
STORY
Link copied to clipboard
class
STORY
(
val
story
:
AmityStory
)
:
AmityTopic
USER
Link copied to clipboard
class
USER
(
val
user
:
AmityUser
,
val
events
:
AmityUserEvents
)
:
AmityTopic
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int