# Interface: UploadReportsImmediatelyParams
• UploadReportsImmediatelyParams()
# Methods
# Optional
complete
▸ complete(this
: void, res
: number | MogsError): void
Inherited from GetUserSignParams.complete
操作完成时(成功或失败),均会调用该回调函数
# 参数:
属性 | 类型 |
---|---|
this | void |
res | number | MogsError |
# 返回值:
void
# Optional
fail
▸ fail(this
: void, error
: MogsError): void
Inherited from GetUserSignParams.fail
操作失败时,调用该回调函数
# 参数:
属性 | 类型 |
---|---|
this | void |
error | MogsError |
# 返回值:
void
# Optional
success
▸ success(this
: void, res
: number): void
Inherited from GetUserSignParams.success
操作成功时,调用该回调函数
# 参数:
属性 | 类型 |
---|---|
this | void |
res | number |
# 返回值:
void
← ReportShareParams 概述 →