Interface MeaCardListener


  • public interface MeaCardListener
    Interface describing generic card listener events.

    App developers should create a local instance of this class and use it to listen for card events where necessary.

    • Method Detail

      • onSuccess

        void onSuccess​(@NonNull
                       MeaCard card)
        Called when operation completed successfully.
        Parameters:
        card - The card for which operation was successful.
      • onFailure

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