Preparing search index...
The search index is not available
鸿蒙 IMLib-v1.2.0
鸿蒙 IMLib-v1.2.0
IResult
IAsyncResult
Interface IAsyncResult<T>
异步结果
Version
1.0.0
interface
IAsyncResult
<
T
>
{
code
:
EngineError
;
data
?:
T
;
}
Type Parameters
T
=
void
Index
Properties
code
data?
Properties
code
code
:
EngineError
错误码,EngineError.Success 成功,其余为失败
Optional
data
data
?:
T
具体的数据
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
code
data
鸿蒙 IMLib-v1.2.0
Loading...
异步结果
Version
1.0.0