Interface SupportedStreamingTypes

Details about the supported streaming types for a service-country combo.

Export

SupportedStreamingTypes

interface SupportedStreamingTypes {
    addon: boolean;
    buy: boolean;
    free: boolean;
    rent: boolean;
    subscription: boolean;
}

Properties

addon: boolean

Whether there are addons/channels available.

Memberof

SupportedStreamingTypes

buy: boolean

Whether buying shows is supported.

Memberof

SupportedStreamingTypes

free: boolean

Whether there are free shows available.

Memberof

SupportedStreamingTypes

rent: boolean

Whether renting shows is supported.

Memberof

SupportedStreamingTypes

subscription: boolean

Whether signing up for a subscription plan is available.

Memberof

SupportedStreamingTypes

Generated using TypeDoc