GetReactionQueryBuilder class

GetReactionQueryBuilder

Constructors

GetReactionQueryBuilder(GetReactionUsecase _usecase, AmityReactionReferenceType _referenceType, String _referenceId)
init GetReactionQueryBuilder
GetReactionQueryBuilder.build({required AmityReactionReference reactionReference})
get reaction for Message
factory
GetReactionQueryBuilder.comment({required String commentId})
get reaction for Comment
factory
GetReactionQueryBuilder.message({required String messageId})
get reaction for Message
factory
GetReactionQueryBuilder.post({required String postId})
get reaction for Post
factory
GetReactionQueryBuilder.story({required String storyId})
get reaction for Story
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build({int? pageSize = 20}) → GetReactionRequest
getLiveCollection({int? pageSize = 20}) ReactionLiveCollection
getPagingData({String? token, int? limit}) Future<PageListData<List<AmityReaction>, String>>
Get Reaction pagging data
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reactionName(String reactionName) GetReactionQueryBuilder
get reaction for Reaction name
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited