automaticAppLifecycleTracking method

HackleConfigBuilder automaticAppLifecycleTracking(
  1. bool automaticAppLifecycleTracking
)

Set automatic app lifecycle tracking

Implementation

HackleConfigBuilder automaticAppLifecycleTracking(bool automaticAppLifecycleTracking) {
  _automaticAppLifecycleTracking = automaticAppLifecycleTracking;
  return this;
}