KIMCore
/
com.kingsoft.kim.core.api.callback
/
IResultCallback
IResult
Callback
interface
IResultCallback
<
T
>
Content copied to clipboard
通过请求回调
Functions
Functions
on
Error
Link copied to clipboard
@
WorkerThread
abstract fun
onError
(errorCode:
ErrorCode
)
Content copied to clipboard
注意:如果返回ErrorCode.USER_NO_LOGIN, 请重新申请token
on
Success
Link copied to clipboard
@
WorkerThread
abstract fun
onSuccess
(result:
T
?)
Content copied to clipboard