Interface MGCardManager
public interface MGCardManager
A supplementary public interface providing convenient methods
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetCardList(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 Details
-
getCardList
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.
-