Amazon Vinyl
    Preparing search index...

    Interface AdCompleteEvent

    interface AdCompleteEvent {
        ad: AdInfo;
        adBreak: AdBreakInfo;
        index: number;
        reason: AdChangeReason;
        totalAds: number;
    }

    Hierarchy (View Summary)

    Index
    ad: AdInfo

    The ad that triggered this event.

    adBreak: AdBreakInfo

    The current ad break.

    index: number

    The zero-based position of this ad within its break.

    The reason the ad changed, e.g. 'ended' for completed naturally, or 'skipped'

    totalAds: number

    The total number of ads in this break.