BackgroundDeliveryConfig constructor
BackgroundDeliveryConfig({
- required Set<
StatisticsType> ? statisticsTypes, - required Set<
MetricType> ? metricTypes, - required Set<
ActivityConfig> ? activityConfigs, - required Set<
SleepConfig> ? sleepConfigs, - required bool? healthConnectEnabled,
- required bool? samsungHealthDataEnabled,
Implementation
BackgroundDeliveryConfig({
required this.statisticsTypes,
required this.metricTypes,
required this.activityConfigs,
required this.sleepConfigs,
required this.healthConnectEnabled,
required this.samsungHealthDataEnabled,
});