AmityTopic

Types

Link copied to clipboard
class COMMENT(val comment: AmityComment, val events: AmityCommentEvents) : AmityTopic
Link copied to clipboard
class COMMUNITY(val community: AmityCommunity, val events: AmityCommunityEvents) : AmityTopic
Link copied to clipboard
class FOLLOW(val events: AmityFollowEvents) : AmityTopic
Link copied to clipboard
class POST(val post: AmityPost, val events: AmityPostEvents) : AmityTopic
Link copied to clipboard
class STORY(val story: AmityStory) : AmityTopic
Link copied to clipboard
class USER(val user: AmityUser, val events: AmityUserEvents) : AmityTopic

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int