public static interface OfflineRegion.OfflineRegionObserver
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
mapboxTileCountLimitExceeded(long limit) | 
|
void | 
onError(OfflineRegionError error) | 
 Implement this method to be notified of errors encountered while downloading
 regional resources. 
 | 
void | 
onStatusChanged(OfflineRegionStatus status) | 
 Implement this method to be notified of a change in the status of an
 offline region. 
 | 
void onStatusChanged(OfflineRegionStatus status)
This method will be executed on the main thread.
status - the changed statusvoid onError(OfflineRegionError error)
This method will be executed on the main thread.
error - the offline region error messagevoid mapboxTileCountLimitExceeded(long limit)