Package 

Interface IRequestCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onSuccess(Object result)
      abstract void onFailure(String errorCode, String errorMessage)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onSuccess

         abstract void onSuccess(Object result)
      • onFailure

         abstract void onFailure(String errorCode, String errorMessage)