public static class GKFileActions.ListFilesResult extends GKFileActions.FileResult
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<GKFile> |
mFiles
The list of files retrieved from the GateKeeper Card.
|
mResponse, mStatus| Constructor and Description |
|---|
ListFilesResult(GKCard.Response response,
java.lang.String cardPath)
Create a
ListFilesResult to interpret the Response
received from the GateKeeper Card. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GKFile> |
getFiles()
Retrieve the files obtained from the GateKeeper Card.
|
getStatusprotected final java.util.List<GKFile> mFiles
public ListFilesResult(GKCard.Response response, java.lang.String cardPath)
ListFilesResult to interpret the Response
received from the GateKeeper Card.response - the Response received from the GateKeeper CardcardPath - the path used in the actionpublic java.util.List<GKFile> getFiles()