UserListQuery class Null safety
#################### SECURITY TIPS #################### Before launching, you should review "Allow retrieving user list from SDK" under ⚙️ Sendbird Dashboard ->Settings -> Security. It's turned on at first to simplify running samples and implementing your first code. Most apps will want to disable "Allow retrieving user list from SDK" as that could possibly expose user information #################### SECURITY TIPS #################### A query object to retrieve user list
- Inheritance
- Implementers
- Annotations
Constructors
-
UserListQuery({required UserListQueryType queryType, ChannelType? channelType, String? channelUrl, List<
String> ? userIds})
Properties
- channelType ↔ ChannelType?
-
Channel type related to this query
read / write
- channelUrl ↔ String?
-
Channel url related to this query
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- hasNext ↔ bool
-
True if query has next items to be queried
read / writeinherited
- limit ↔ int
-
number of item per executing loadNext
read / writeinherited
- loading ↔ bool
-
True if query is loading
read / writeinherited
- queryType ↔ UserListQueryType
-
Query type
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- token ↔ String?
-
token for next query
read / writeinherited
-
userIds
↔ List<
String> ? -
Filter for list of user ids
read / write
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited