|
| void | SetUserIdsIncludeFilter (List< string > inUserIds, SbGroupChannelListQueryType inQueryType) |
| | Sets User IDs filter. GroupChannel list containing the passed User IDs and other members will be returned. This does not cooperate with other filters. More...
|
| |
| void | SetSearchFilter (string inQuery, List< SbGroupChannelListQuerySearchField > inSearchFields) |
| | 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 SbGroupChannelListQuerySearchField, the result will be union of each result. More...
|
| |
| void | SetMetaDataValuesFilter (string inMetaDataKey, List< string > inMetaDataValues) |
| | 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. More...
|
| |
| void | SetMetaDataValueStartsWithFilter (string inMetaDataKey, string inMetaDataValueStartsWith) |
| | 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. More...
|
| |
|
| SbChannelHiddenStateFilter | ChannelHiddenStateFilter [get, set] |
| | Sets to filter channels by the hidden state. The default value is SbChannelHiddenStateFilter.UnhiddenOnly. More...
|
| |
| SbGroupChannelListOrder | Order [get, set] |
| | Sets the order of the list. The order is defined in SbGroupChannelListOrder. More...
|
| |
| SbGroupChannelListQueryType | QueryType [get, set] |
| | Sets query type for includeMemberList. More...
|
| |
| SbGroupChannelPublicChannelFilter | PublicChannelFilter [get, set] |
| | Sets to filter public channel.Default is All More...
|
| |
| SbGroupChannelSuperChannelFilter | SuperChannelFilter [get, set] |
| | Sets to filter super channel. Default is All More...
|
| |
| SbMyMemberStateFilter | MyMemberStateFilter [get, set] |
| | Sets the member state filter. More...
|
| |
| SbUnreadChannelFilter | UnreadChannelFilter [get, set] |
| | Unread channel filter. Refer to SbUnreadChannelFilter. More...
|
| |
| bool | IncludeEmptyChannel [get, set] |
| | Determines channel list includes empty channel. Default is true More...
|
| |
| bool | IncludeFrozenChannel [get, set] |
| | Determines channel list includes frozen channel. Default is true More...
|
| |
| bool | IncludeMemberList [get, set] |
| | Determines channel object of the list includes members list. More...
|
| |
| bool | IncludeChatNotification [get, set] |
| |
| int | Limit [get, set] |
| | The maximum number of items per queried page. More...
|
| |
| string | ChannelNameContainsFilter [get, set] |
| | 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. More...
|
| |
| List< string > | ChannelUrlsFilter [get, set] |
| | Sets GroupChannel URLs filter. GroupChannel list containing only and exactly the passed GroupChannel URLs will be returned. This does not cooperate with other filters. More...
|
| |
| List< string > | CustomTypesFilter [get, set] |
| | Sets the custom types filter. The custom types to search. More...
|
| |
| string | CustomTypeStartsWithFilter [get, set] |
| | Sets to filter channels by custom type that starts with. More...
|
| |
| bool | IncludeMetaData [get, set] |
| | Checks whether to include channel metadata on fetch. This flag is true by default. More...
|
| |
| List< string > | MetaDataValuesFilter [get] |
| | Works exclusively with MetaDataValueStartsWithFilter. More...
|
| |
| string | MetaDataKeyFilter [get] |
| | The metadataKey set with either metaDataValues or MetaDataValueStartsWithFilter. More...
|
| |
| string | MetaDataOrderKeyFilter [get, set] |
| | Meta data order key filter. It will return null if meta data order key filter hasn't been set before. More...
|
| |
| string | MetaDataValueStartsWithFilter [get] |
| | Works exclusively with MetaDataValues. More...
|
| |
| string | NicknameContainsFilter [get, set] |
| | Sets the filter with nickname. More...
|
| |
| string | NicknameExactMatchFilter [get, set] |
| | Sets the filter with nickname. More...
|
| |
| string | NicknameStartsWithFilter [get, set] |
| | Sets the filter with nickname prefix. More...
|
| |
| string | SearchQuery [get] |
| | The query property of the query specified. More...
|
| |
| List< SbGroupChannelListQuerySearchField > | SearchFields [get] |
| | The fields properties of the query specified. More...
|
| |
| List< string > | UserIdsExactFilter [get, set] |
| | Sets the filter with user IDs. More...
|
| |
| List< string > | UserIdsIncludeFilter [get] |
| | Sets the filter with user IDs. More...
|
| |
Params for creating a GroupChannelListQuery object.
- Since
- 4.0.0