Group Channel List Query Params
Params for creating a GroupChannelListQuery object.
Since
4.0.0
See also
Constructors
Properties
A channel name filter. GroupChannel list containing the passed channel name will be returned. If you pass name such as "abc", then the returned channel list will be containing name like "abc". It will return null
if channel name filter hasn't been set before.
List of channel URL filter. It will return null
if channel URL filter hasn't been set before. GroupChannel list containing only and exactly the passed GroupChannel URLs will be returned.
Restricts the search scope to only retrieve group channels which have been created after the specified time in milliseconds, inclusive.
Restricts the search scope to only retrieve group channels which have been created before the specified time in milliseconds, inclusive.
List of custom type filter. GroupChannel list containing only and exactly the passed custom types will be returned. It will return null
if custom types filter hasn't been set before.
A filter to return channels that start with the specified customType. It will return null
if custom type starts with filter hasn't been set before.
Hidden channel filter. Refer to HiddenChannelFilter.
Checks whether to include chat notification GroupChannel.
Checks whether query result includes empty channels. (channels without messages). This flag is false by default.
Checks whether query result includes frozen channels. This flag is true by default.
Checks whether to include channel metadata on fetch. This flag is true by default.
The metadataKey set with either metaDataValues or metaDataValueStartsWith.
Meta data order key filter. It will return null
if meta data order key filter hasn't been set before. This filter will work only if order is GroupChannelListQueryOrder.METADATA_VALUE_ALPHABETICAL
Works exclusively with metaDataValueStartsWith.
Works exclusively with metaDataValues.
A filter to return channels with the current User state matching to MyMemberStateFilter.
Searches for GroupChannels with members whose nicknames contain the specified value. If you pass nickname such as "abc", then the returned channel list will be containing member like "abc". This does not cooperate with other filters.
Searches for GroupChannels with members whose nicknames match the specified value. This does not cooperate with other filters.
Searches for GroupChannels with members whose nicknames starts with the specified value. If you pass nickname such as "abc", then the returned channel list will be containing member like "abc*". This does not cooperate with other filters.
Result order of channels. Refer to GroupChannelListQueryOrder. GroupChannelListQueryOrder.METADATA_VALUE_ALPHABETICAL works with metaDataOrderKeyFilter.
Public channel filter. Refer to PublicChannelFilter.
Search fields. Refer to setSearchFilter and SearchField.
Query string. Refer to setSearchFilter.
Super channel filter. Refer to SuperChannelFilter.
Unread channel filter. Refer to UnreadChannelFilter.
User IDs exact filter.GroupChannel list containing only and exactly the passed User IDs will be returned. This does not cooperate with other filters.
QueryType of User IDs filter. Refer to setUserIdsIncludeFilter
Functions
Sets GroupChannel meta data filter. GroupChannel list containing only and exactly the passed GroupChannel meta data will be returned. If this is set, it will reset the filter set from metaDataValueStartsWith.
Sets GroupChannel meta data filter. GroupChannel list containing passed GroupChannel meta data key with values that starts with the passed on value will be returned. If this is set, it will reset the filter set from metaDataValues.
Sets Search
filter. GroupChannels will be included in the result if its data in specified SearchFields contains specified query string. Refer to SearchField. If you set multiple SearchFields, the result will be union of each result.
Sets User IDs filter. GroupChannel list containing the passed User IDs and other members will be returned. This does not cooperate with other filters.