Interface MGCardLiteEntry
-
public interface MGCardLiteEntry
Represents 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 CardStatus
getCardStatus()
java.lang.String
getDigitalCardId()
-
-
-
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.
-
-