public static class GKCardSettings.CardResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected GKCard.Response |
mResponse
The
Response received from the GateKeeper Card. |
protected GKCardSettings.Status |
mStatus
The
Status of the action. |
| Constructor and Description |
|---|
CardResult(GKCard.Response response)
Create an
CardResult to interpret the Response
received from the GateKeeper Card. |
| Modifier and Type | Method and Description |
|---|---|
GKCardSettings.Status |
getStatus()
Retrieve the
Status describing the CardResult. |
protected GKCard.Response mResponse
Response received from the GateKeeper Card.protected GKCardSettings.Status mStatus
Status of the action.public CardResult(GKCard.Response response)
CardResult to interpret the Response
received from the GateKeeper Card.response - the Response received from the GateKeeper Cardpublic GKCardSettings.Status getStatus()
Status describing the CardResult.Status of the CardResult