Package 

Interface IRegisterCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onSuccess(User user) On success.
      abstract void onError(String code, String error) On error.
      • Methods inherited from class java.lang.Object

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

      • onSuccess

         abstract void onSuccess(User user)

        On success.

        Parameters:
        user - the user User
      • onError

         abstract void onError(String code, String error)

        On error.

        Parameters:
        code - the failure code
        error - the failure error message