HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center
API Reference

Enable or Disable Screen Loading

Luciq automatically captures data about your screen loading time. You can alter that using the following APIs.

APM.screenLoadingEnabled = false
LCQAPM.screenLoadingEnabled = NO;
APM.setScreenLoadingEnabled(boolean disabled);
APM.setScreenLoadingEnabled(boolean disabled)
APM.setScreenLoadingEnabled(false);