OptiView Ads SDK
    Preparing search index...

    Type Alias AdBreakContentRecovery

    AdBreakContentRecovery: "recreate" | "none" | "auto"

    How content is recovered when an ad break ends.

    • recreate: release the ad media, rebuild the content player's media pipeline at the resume position, then play. Needed on VIZIO SmartCast, where content cannot resume in the MediaSource an ad interrupted.
    • none: resume in place (seek + play).
    • auto (default): User-Agent based — VIZIO/SmartCast → recreate, else none.

    Web only: the Android, iOS and React Native bridges accept and ignore this option (their native players resume in place).