Amazon Vinyl
    Preparing search index...

    Interface AdRestriction

    Restrictions on user interaction during an ad break.

    interface AdRestriction {
        jump?: boolean;
        skip?: boolean;
    }
    Index
    jump?: boolean

    When true, the user should not be allowed to seek past this ad.

    skip?: boolean

    When true, the user should not be allowed to skip this ad.

    This is not enforced by the player; the application is expected to respect this flag when showing ad skip controls.