public static interface OfflineManager.ListOfflineRegionsCallback
Modifier and Type | Method and Description |
---|---|
void |
onError(java.lang.String error)
Receives the error message.
|
void |
onList(OfflineRegion[] offlineRegions)
Receives the list of offline regions.
|
void onList(OfflineRegion[] offlineRegions)
offlineRegions
- the offline region arrayvoid onError(java.lang.String error)
error
- the error message