Enable/Disable Screen Rendering

Luciq collects Screen Rendering performance metrics out of the box. If needed, you can disable it by calling the following API after initializing the SDK.

// Enable/disable Screen Rendering
APM.setScreenRenderingEnabled(enabled:Boolean)

Last updated