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(@NonNull java.lang.String path)
path
- the path of the current resources cache databasevoid onError(@NonNull java.lang.String message)
message
- the error message