onOptionsAvailable

abstract fun onOptionsAvailable(sourceConfig: SourceConfig, offlineContentOptions: OfflineContentOptions)

Is called after a OfflineContentManager.getOptions or when am OfflineOptionEntry has been updated during a OfflineContentManager.process call. If the OfflineContentManager.process is finished, OfflineContentManagerListener.onCompleted is called instead.

Parameters

sourceConfig

The SourceConfig for which the OfflineContentOptions changed

offlineContentOptions