public static class GKFileActions.GetFileResult extends GKFileActions.FileResult
| Modifier and Type | Field and Description |
|---|---|
protected java.io.File |
mFile
The file with data retrieved from the GateKeeper Card.
|
mResponse, mStatus| Constructor and Description |
|---|
GetFileResult(GKCard.Response response,
java.io.File file)
Create a
GetFileResult to interpret the Response
received from the GateKeeper Card. |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getFile()
Retrieve the file storing the retrieved file data
|
getStatusprotected final java.io.File mFile
public GetFileResult(GKCard.Response response, java.io.File file)
GetFileResult to interpret the Response
received from the GateKeeper Card.response - the Response received from the GateKeeper Cardfile - the File storing the retrieved file data