Package io.rong.imlib

Interface IRongCoreCallback.PageResultCallback

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void )>onSuccess(PagingQueryResult<T> result) Callback triggered on success.
      abstract void onError(IRongCoreEnum.CoreErrorCode e) Callback triggered when an error occurs.
      void onFail(int errorCode)
      void onFail(IRongCoreEnum.CoreErrorCode coreErrorCode)
      void )>onCallback(PagingQueryResult<T> t)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait