Superclass of entries which can be selected to download for offline playback

Platform

Android, iOS

interface OfflineContentOptionEntry {
    id: string;
    language?: string;
}

Properties

Properties

id: string

The ID of the option.

language?: string

The language of the option.