Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/contact
BlocklistSnapshot
Interface BlocklistSnapshot
会话级黑名单快照。
interface
BlocklistSnapshot
{
items
:
readonly
UserInfo
[]
;
loaded
:
boolean
;
source
:
"server"
|
"mutation_patch"
;
}
Index
Properties
items
loaded
source
Properties
Readonly
items
items
:
readonly
UserInfo
[]
当前黑名单条目列表。
Readonly
loaded
loaded
:
boolean
当前会话是否已完成服务端加载。
Readonly
source
source
:
"server"
|
"mutation_patch"
快照来源。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
loaded
source
IM SDK Web API 文档
Loading...
会话级黑名单快照。