Interface MeaCompleteAuthenticationListener

    • Method Detail

      • onSuccess

        @UiThread
        void onSuccess​(@NonNull
                       MeaCard card)
        Called when operation completed successfully.
        Parameters:
        card - The card for which authentication has been completed.
      • onFailure

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