Interface MeaWalletPinAuthenticationListener

    • Method Detail

      • onPinSet

        @UiThread
        void onPinSet()
        Called when wallet PIN is set successfully. Actual authentication will happen online.
      • onFailure

        @UiThread
        void onFailure​(@NonNull
                       T2 error)
        Called when operation failed.
        Parameters:
        error - The error or error array.