Preparing search index...
The search index is not available
IM SDK Web API 文档 — v5.1.0
IM SDK Web API 文档 — v5.1.0
types/chat-client
AppIdIdentity
Interface AppIdIdentity
使用 App ID 初始化的应用身份;SDK 会通过 DNSConfig 解析对应的 App Key。
interface
AppIdIdentity
{
appId
:
string
;
appKey
?:
undefined
;
}
Index
Properties
app
Id
app
Key?
Properties
app
Id
appId
:
string
应用唯一 ID。
Optional
app
Key
appKey
?:
undefined
使用 appId 初始化时不能同时提供 appKey。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
app
Id
app
Key
IM SDK Web API 文档 — v5.1.0
Loading...
使用 App ID 初始化的应用身份;SDK 会通过 DNSConfig 解析对应的 App Key。