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

    lynx.resumeExposure 方法可以被用来开启曝光检测,即重新开始检测目标节点的可见性,后续正常触发曝光/反曝光事件。

    语法

    resumeExposure(): void;

    参数

    无(undefined)。

    返回值

    无(undefined)。

    注意事项

    调用 lynx.resumeExposure 不一定会触发曝光事件,是否触发曝光事件在于这一次与上一次曝光检测的结果差异,具体参考曝光能力

    兼容性

    LCD tables only load in the browser

    除非另有说明,本项目采用知识共享署名 4.0 国际许可协议进行许可,代码示例采用 Apache License 2.0 许可协议进行许可。