Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types
CustomMessageBody
Interface CustomMessageBody
自定义消息体。
interface
CustomMessageBody
{
event
:
string
;
params
?:
Record
<
string
,
string
>
;
}
Index
Properties
event
params?
Properties
event
event
:
string
自定义事件名称。
Optional
params
params
?:
Record
<
string
,
string
>
自定义字符串参数。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
event
params
IM SDK Web API 文档
Loading...
自定义消息体。