-
- All Implemented Interfaces:
public interface OptionsDownloader.Callback
Callback interface for receiving download options.
-
-
Method Summary
Modifier and Type Method Description abstract void
onOptionsReceived(DownloadOptions options)
Called when options are received. abstract void
onOptionsNotReceived(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
-
-
-
-