ActivityCommentList class

Represents a list of activity comments with a query and state.

The primary interface for working with activity comment lists in the Stream Feeds SDK that provides functionality for querying and managing collections of activity comments with pagination support.

Each activity comment list instance is associated with a specific activity and maintains its own state that can be observed for real-time updates. The activity comment list state includes comments and pagination information.

Inheritance

Properties

commentsRepository → CommentsRepository
final
currentUserId String
final
eventsEmitter SharedEmitter<WsEvent>
final
hashCode int
The hash code for this object.
no setterinherited
isDisposed bool
Returns true if this object has been disposed.
no setterinherited
query ActivityCommentsQuery
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state → StateNotifier<ActivityCommentListState>
no setter
stream Stream<ActivityCommentListState>
no setter

Methods

dispose() → void
Disposes of this object.
override
get() Future<Result<List<ThreadedCommentData>>>
Queries the initial list of activity comments based on the provided ActivityCommentsQuery.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryMoreComments({int? limit}) Future<Result<List<ThreadedCommentData>>>
Loads more activity comments based on the current pagination state.
toString() String
A string representation of this object.
inherited

Operators

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