OptiView Ads SDK
    Preparing search index...

    Interface ChainingConfig

    Consecutive-break chaining: breaks separated by at most maxGapSeconds play as one sequence — the overlay is held, content is not resumed, and the next break preloads during the current one.

    interface ChainingConfig {
        enabled?: boolean;
        maxGapSeconds?: number;
    }
    Index
    enabled?: boolean

    Whether chaining is enabled.

    true
    
    maxGapSeconds?: number

    Maximum gap (seconds) between one break's end and the next break's start. 0 disables chaining.

    2