Search
Preparing search index...
The search index is not available
RongIMLib - v5.22.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
RongIMLib - v5.22.0
IAsyncRes
Interface IAsyncRes<T>
异步任务结果结构
description
该结构即将废弃,请使用
RCResult
替代
Type Parameters
T =
void
Hierarchy
Pick
<
RCResult
<
T
>
,
"code"
|
"data"
>
IAsyncRes
Index
Properties
code
data
msg
Properties
Readonly
code
code
:
number
错误码
Optional
Readonly
data
data
?:
T
数据
Optional
msg
msg
?:
string
Property
code
data
msg
异步任务结果结构
该结构即将废弃,请使用 RCResult 替代