public static interface OptionsDownloader.Callback
| Modifier and Type | Method and Description |
|---|---|
void |
onOptionsNotReceived(ErrorDescription errDesc)
Called when options could not be fetched.
|
void |
onOptionsReceived(DownloadOptions options)
Called when options are received.
|
void onOptionsReceived(DownloadOptions options)
options - the available download optionsvoid onOptionsNotReceived(ErrorDescription errDesc)
errDesc - error description detailing the error while fetching options