toggle menu
Android-IMLibCore-SDK
5.14.0
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib
/
IRongCoreCallback
/
PageResultCallback
Page
Result
Callback
io.rong.imlib
public
interface
PageResultCallback
<
T
>
A generic class for handling callbacks in API functionalities.
Members
Functions
on
Callback
Link copied to clipboard
io.rong.imlib
public
void
onCallback
(
PagingQueryResult<T> t
)
on
Error
Link copied to clipboard
io.rong.imlib
public
abstract
void
onError
(
IRongCoreEnum.CoreErrorCode
e
)
Callback triggered when an error occurs.
on
Fail
Link copied to clipboard
io.rong.imlib
public
void
onFail
(
IRongCoreEnum.CoreErrorCode
coreErrorCode
)
public
void
onFail
(
int errorCode
)
on
Success
Link copied to clipboard
io.rong.imlib
public
abstract
void
onSuccess
(
PagingQueryResult<T> result
)
Callback triggered on success.