UserFeedQueryBuilder class

Constructors

UserFeedQueryBuilder(GetUserFeedUsecase _usecase, String userId)
Init UserFeedQueryBuilder

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

getPagingData({String? token, int? limit}) Future<PageListData<List<AmityPost>, String>>
getPagingDataStream({String? token, int? limit}) StreamController<PageListData<List<AmityPost>, String>>
includeDeleted(bool flag) UserFeedQueryBuilder
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sortBy(AmityUserFeedSortOption sortOption) UserFeedQueryBuilder
toString() String
A string representation of this object.
inherited
types(List<AmityDataType> types) UserFeedQueryBuilder

Operators

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