T - The type of manifest.public static interface ManifestFetcher.ManifestCallback<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onSingleManifest(T manifest)
Invoked when the load has successfully completed.
|
void |
onSingleManifestError(IOException e)
Invoked when the load has failed.
|
void onSingleManifest(T manifest)
manifest - The loaded manifest.void onSingleManifestError(IOException e)
e - The cause of the failure.