-
- All Implemented Interfaces:
public interface OptionsDownloader.CallbackCallback interface for receiving download options.
-
-
Method Summary
Modifier and Type Method Description abstract voidonOptionsReceived(DownloadOptions options)Called when options are received. abstract voidonOptionsNotReceived(ErrorDescription errDesc)Called when options could not be fetched. -
-
Method Detail
-
onOptionsReceived
abstract void onOptionsReceived(DownloadOptions options)
Called when options are received.
- Parameters:
options- the available download options
-
onOptionsNotReceived
abstract void onOptionsNotReceived(ErrorDescription errDesc)
Called when options could not be fetched.
- Parameters:
errDesc- error description detailing the error while fetching options
-
-
-
-