StatusReportingSettings constructor
StatusReportingSettings({
- ApplicationReportingSettings? applicationReportingSettings,
- bool? applicationReportsEnabled,
- bool? commonCriteriaModeEnabled,
- bool? deviceSettingsEnabled,
- bool? displayInfoEnabled,
- bool? hardwareStatusEnabled,
- bool? memoryInfoEnabled,
- bool? networkInfoEnabled,
- bool? powerManagementEventsEnabled,
- bool? softwareInfoEnabled,
- bool? systemPropertiesEnabled,
Implementation
StatusReportingSettings({
this.applicationReportingSettings,
this.applicationReportsEnabled,
this.commonCriteriaModeEnabled,
this.deviceSettingsEnabled,
this.displayInfoEnabled,
this.hardwareStatusEnabled,
this.memoryInfoEnabled,
this.networkInfoEnabled,
this.powerManagementEventsEnabled,
this.softwareInfoEnabled,
this.systemPropertiesEnabled,
});