public static interface OfflineManager.FileSourceCallback
Modifier and Type | Method and Description |
---|---|
void |
onError(java.lang.String message)
Receives an error message if an operation was not successful
|
void |
onSuccess()
Receives the success of an operation
|