Interface MGCardManager


  • public interface MGCardManager
    A supplementary public interface providing convenient methods
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void getCardList​(CardListFetchListener cardListFetchListener)
      Requests to fetch a collection of card entries containing digital card id and card status for all cards that have been digitized AND that are pending to be digitized.
    • Method Detail

      • getCardList

        void getCardList​(CardListFetchListener cardListFetchListener)
        Requests to fetch a collection of card entries containing digital card id and card status for all cards that have been digitized AND that are pending to be digitized.
        Parameters:
        cardListFetchListener - The callback listener which is triggered on UI thread.