public static interface OfflineManager.CreateOfflineRegionCallback
Modifier and Type | Method | Description |
---|---|---|
void |
onCreate(OfflineRegion offlineRegion) |
Receives the newly created offline region.
|
void |
onError(java.lang.String error) |
Receives the error message.
|
void onCreate(OfflineRegion offlineRegion)
offlineRegion
- the offline region to createvoid onError(java.lang.String error)
error
- the error message to be shown