For AI agents: the complete documentation index is available at /next/llms.txt, the full documentation bundle is available at /next/llms-full.txt, and this page is available as Markdown at /next/api/lynx-api/lynx/lynx-resume-exposure.md.
Lynx
  • English
  • lynx: resumeExposure() static method

    The lynx.resumeExposure method can be used to turn on exposure detection, that is, to restart the detection of the visibility of the target node, and subsequently trigger the exposure/anti-exposure event normally.

    Syntax

    resumeExposure(): void;

    Parameters

    None (undefined).

    return value

    None (undefined).

    Precautions

    Calling lynx.resumeExposure may not trigger an exposure event. Whether or not an exposure event is triggered depends on the difference between the results of this exposure detection and the previous one. For details, please refer to Exposure Capability.

    Compatibility

    LCD tables only load in the browser

    Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.