Package io.rong.imlib
Interface IRongCoreCallback.PageResultCallback
-
- All Implemented Interfaces:
public interface IRongCoreCallback.PageResultCallback<T>
/~english
-
-
Method Summary
Modifier and Type Method Description abstract void
)>onSuccess(PagingQueryResult<T> result)
/~english abstract void
onError(IRongCoreEnum.CoreErrorCode e)
/~english void
onFail(int errorCode)
void
onFail(IRongCoreEnum.CoreErrorCode coreErrorCode)
void
)>onCallback(PagingQueryResult<T> t)
-
-
Method Detail
-
onSuccess
abstract void )>onSuccess(PagingQueryResult<T> result)
/~english
-
onError
abstract void onError(IRongCoreEnum.CoreErrorCode e)
/~english
-
onFail
void onFail(int errorCode)
-
onFail
void onFail(IRongCoreEnum.CoreErrorCode coreErrorCode)
-
onCallback
void )>onCallback(PagingQueryResult<T> t)
-
-
-
-