Package 

Interface IGetQRCodeTokenCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onSuccess(String token) 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(String token)

        On success.

        Parameters:
        token - the token
      • onError

         abstract void onError(String code, String error)

        On error.

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