Interface MeaWalletPinListener

    • Method Detail

      • onWalletPinChangeSuccess

        @UiThread
        void onWalletPinChangeSuccess()
        Called when wallet PIN change operation completed successfully.
      • onWalletPinChangeFailed

        @UiThread
        void onWalletPinChangeFailed​(@NonNull
                                     MeaError error)
        Called when wallet PIN change operation has failed.
        Parameters:
        error - The MeaError object.
      • onWalletPinSetSuccess

        @UiThread
        void onWalletPinSetSuccess()
        Called when wallet PIN set operation completed successfully.
      • onWalletPinSetFailed

        @UiThread
        void onWalletPinSetFailed​(@NonNull
                                  MeaError error)
        Called when wallet PIN set operation has failed.
        Parameters:
        error - The MeaError object.
      • onWalletPinResetSuccess

        @UiThread
        void onWalletPinResetSuccess()
        Called when wallet PIN reset operation completed successfully.