Enable or Disable App Launch

Luciq collects data about your app launch time by default. You can use the following APIs to alter that.

// Enable
APM.setAppLaunchEnabled(true);

// Disable
APM.setAppLaunchEnabled(false);

Last updated