Params for creating a SbApplicationUserListQuery object.
More...
|
| List< string > | UserIdsFilter [get, set] |
| | User IDs filter. User list containing the passed User IDs will be returned. More...
|
| |
| string | NicknameStartsWithFilter [get, set] |
| | A filter to return users whose nicknames start with the specified string. More...
|
| |
| int | Limit = SendbirdChatMainContext.QUERY_DEFAULT_LIMIT [get, set] |
| | The maximum number of items per queried page. More...
|
| |
| string | MetaDataKeyFilter [get] |
| | The meta data key filter. This query will return users that has the meta data key and values. More...
|
| |
| List< string > | MetaDataValuesFilter [get] |
| | The meta data values filter. This query will return users that has the meta data key and values. More...
|
| |
Params for creating a SbApplicationUserListQuery object.
- Since
- 4.0.0
◆ SetMetaDataFilter()
| void SetMetaDataFilter |
( |
string |
inKey, |
|
|
List< string > |
inValues |
|
) |
| |
Sets meta data filter.
- Parameters
-
| inKey | The key of the meta data to use for filter. |
| inValues | The values of the meta data to use for filter. |
- Since
- 4.0.0
◆ Limit
| int Limit = SendbirdChatMainContext.QUERY_DEFAULT_LIMIT |
|
getset |
The maximum number of items per queried page.
- Since
- 4.0.0
◆ MetaDataKeyFilter
The meta data key filter. This query will return users that has the meta data key and values.
- Since
- 4.0.0
◆ MetaDataValuesFilter
| List<string> MetaDataValuesFilter |
|
get |
The meta data values filter. This query will return users that has the meta data key and values.
- Since
- 4.0.0
◆ NicknameStartsWithFilter
| string NicknameStartsWithFilter |
|
getset |
A filter to return users whose nicknames start with the specified string.
- Since
- 4.0.0
◆ UserIdsFilter
| List<string> UserIdsFilter |
|
getset |
User IDs filter. User list containing the passed User IDs will be returned.
- Since
- 4.0.0