Interface MeaCardPinAuthenticationListener

    • Method Detail

      • onPinSet

        @UiThread
        void onPinSet​(@NonNull
                      MeaCard card)
        Called when card PIN is set successfully. Actual authentication will happen online.
        Parameters:
        card - The authenticated card.
      • onFailure

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