V2TimGroupSearchParam class Models
V2TimGroupSearchParam
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isSearchGroupID ↔ bool
-
是否搜索群 ID,仅本地搜索有效
getter/setter pair
- isSearchGroupName ↔ bool
-
是否搜索群名称,仅本地搜索有效
getter/setter pair
-
keywordList
↔ List<
String> -
搜索关键字列表, 最多支持 5 个。如果是本地搜索,您需主动设置 keyword 是否匹配群 ID、群名称。如果是云端搜索,keyword 会自动匹配群 ID、群名称
getter/setter pair
- keywordListMatchType ↔ int
-
设置指定关键字列表匹配类型,可设置为“或”关系搜索或者“与”关系搜索(仅云端搜索有效)
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchCount ↔ int
-
设置每次云端搜索返回结果的条数(必须大于 0,最大支持 100,默认 20,仅云端搜索有效)
getter/setter pair
- searchCursor ↔ String
-
设置每次云端搜索的起始位置。第一次填空字符串,续拉时填写 V2TimGroupSearchResult 中的返回值(仅云端搜索有效)
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toLogString(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- V2TIM_KEYWORD_LIST_MATCH_TYPE_AND → const int
- V2TIM_KEYWORD_LIST_MATCH_TYPE_OR → const int