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.

grammar

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.