Package-level declarations
Types
A class representing query to retrieve FeedChannel list for the current User.
A class representing query to retrieve GroupChannel list for the current User.
The query result order type. CHRONOLOGICAL query returns the result as by event time descending order. LATEST_LAST_MESSAGE query returns the result as by event time descending order. CHANNEL_NAME_ALPHABETICAL query returns the result as by channel name alphabetical order.
The hidden channel filter. Refer to GroupChannelListQuery.hiddenChannelFilter.
The public channel membership filter.
The member's state filter.
The current user's member state filter.
A class representing query to retrieve OpenChannel list.
The public channel filter. Refer to GroupChannelListQuery.publicChannelFilter.
A class representing query to retrieve GroupChannel list for the current User
.
The query type for currently supported only with GroupChannelListQuery.userIdsIncludeFilter. If QueryType
is AND
and userIdsList
contains A and B, the channels which have members A AND
B will be returned. If the type is OR
, the channels which have members A OR
B will be returned.
Fields of GroupChannel
that are used in search filter. Refer to GroupChannelListQuery.searchFields.
The unread channel filter. Refer to GroupChannelListQuery.unreadChannelFilter.