public class GKAuthentication.ListTemplatesResult extends GKAuthentication.AuthResult
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Object> |
mTemplates
The list of templates retrieved from the GateKeeper Card.
|
static java.lang.String |
UNKNOWN_TEMPLATE
An unknown template is present when the action was performed without having
a valid session established on the GateKeeper Card.
|
mResponse, mStatus| Constructor and Description |
|---|
ListTemplatesResult(GKCard.Response response)
Create a
ListTemplatesResult to interpret the Response
received from the GateKeeper Card. |
ListTemplatesResult(GKCard.Response response,
java.util.List<java.lang.Object> templates)
Create a
ListTemplatesResult to interpret the Response
received from the GateKeeper Card. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getTemplates()
Retrieve the templates obtained from the GateKeeper Card.
|
getStatuspublic static final java.lang.String UNKNOWN_TEMPLATE
protected final java.util.List<java.lang.Object> mTemplates
public ListTemplatesResult(GKCard.Response response)
ListTemplatesResult to interpret the Response
received from the GateKeeper Card.response - the Response received from the GateKeeper Cardpublic ListTemplatesResult(GKCard.Response response, java.util.List<java.lang.Object> templates)
ListTemplatesResult to interpret the Response
received from the GateKeeper Card.response - the Response received from the GateKeeper Cardtemplates - the List of templates received from the GateKeeper Card