ActivityConfig constructor

const ActivityConfig({
  1. double? activityRecognitionInterval,
  2. int? minimumActivityRecognitionConfidence,
  3. bool? disableStopDetection,
  4. bool? stopOnStationary,
  5. int? motionTriggerDelay,
  6. String? triggerActivities,
  7. bool? disableMotionActivityUpdates,
  8. double? stopDetectionDelay,
})

Implementation

const ActivityConfig({
  this.activityRecognitionInterval,
  this.minimumActivityRecognitionConfidence,
  this.disableStopDetection,
  this.stopOnStationary,
  this.motionTriggerDelay,
  this.triggerActivities,
  this.disableMotionActivityUpdates,
  this.stopDetectionDelay,
});