Represents the downloadable options provided via the onOptionsAvailable callback on OfflineContentManagerListener

Platform

Android, iOS

interface OfflineContentOptions {
    audioOptions: OfflineContentOptionEntry[];
    textOptions: OfflineContentOptionEntry[];
}

Properties

Represents the audio options available for download

Represents the text options available for download