public static interface OfflineManager.PrefetchAmbientCacheCallback
Modifier and Type | Method and Description |
---|---|
void |
onError(long requestId,
java.lang.String error)
Receives the error message.
|
void |
onSuccess(long requestId)
Receives request Id of the prefetch ambient cache request.
|
void onSuccess(long requestId)
requestId
- the prefetch ambient cache request Idvoid onError(long requestId, java.lang.String error)
requestId
- the prefetch ambient cache request Iderror
- the error message