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