Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/contact
ContactSnapshot
Interface ContactSnapshot
好友快照,包含列表、来源、版本和完整性信息。
interface
ContactSnapshot
{
items
:
readonly
Contact
[]
;
source
:
ContactSyncSource
;
version
:
string
;
complete
:
boolean
;
}
Index
Properties
items
source
version
complete
Properties
Readonly
items
items
:
readonly
Contact
[]
当前快照中的好友列表。
Readonly
source
source
:
ContactSyncSource
当前快照来自缓存还是同步结果。
Readonly
version
version
:
string
当前快照对应的好友版本号。
Readonly
complete
complete
:
boolean
当前快照是否可作为完整好友结果使用。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
source
version
complete
IM SDK Web API 文档
Loading...
好友快照,包含列表、来源、版本和完整性信息。