Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/connection
SendTimeoutEventPayload
Interface SendTimeoutEventPayload
消息发送超时事件载荷。
interface
SendTimeoutEventPayload
{
reason
:
"send-timeout"
;
timestamp
:
number
;
}
Index
Properties
reason
timestamp
Properties
Readonly
reason
reason
:
"send-timeout"
固定为发送超时原因。
Readonly
timestamp
timestamp
:
number
事件时间戳,单位毫秒。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
reason
timestamp
IM SDK Web API 文档
Loading...
消息发送超时事件载荷。