public static interface FileSource.ResourcesCachePathChangeCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onError(java.lang.String message)
Receives an error message if setting the path was not successful
|
void |
onSuccess(java.lang.String path)
Receives the new database path
|
void onSuccess(java.lang.String path)
path - the path of the current resources cache databasevoid onError(java.lang.String message)
message - the error message© 2015–2019 Mapbox. All rights reserved.