Interface MGCardLiteEntry
-
public interface MGCardLiteEntryRepresents an entry of a particular card managed by the MG SDK. The entry contains only digital card ID and card status.- See Also:
to learn how to retrieve these record.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CardStatusgetCardStatus()java.lang.StringgetDigitalCardId()
-
-
-
Method Detail
-
getDigitalCardId
java.lang.String getDigitalCardId()
- Returns:
- Provides digital card id.
Digitized card ID shared by the HCE platform components (Different than token ID)
-
getCardStatus
CardStatus getCardStatus()
- Returns:
- Provides card status.
-
-