AutoUpdateSettings constructor
- bool isAutoUpdateForRoadMapEnabled = true,
- bool isAutoUpdateForViewStyleHighResEnabled = true,
- bool isAutoUpdateForViewStyleLowResEnabled = true,
- bool isAutoUpdateForHumanVoiceEnabled = false,
- bool isAutoUpdateForComputerVoiceEnabled = false,
- bool isAutoUpdateForCarModelEnabled = false,
- bool isAutoUpdateForResourcesEnabled = true,
- void onAutoUpdateComplete(
- ContentType type,
- GemError error
Constructor for initializing the auto-update settings with default values.
Implementation
const AutoUpdateSettings({
this.isAutoUpdateForRoadMapEnabled = true,
this.isAutoUpdateForViewStyleHighResEnabled = true,
this.isAutoUpdateForViewStyleLowResEnabled = true,
this.isAutoUpdateForHumanVoiceEnabled = false,
this.isAutoUpdateForComputerVoiceEnabled = false,
this.isAutoUpdateForCarModelEnabled = false,
this.isAutoUpdateForResourcesEnabled = true,
this.onAutoUpdateComplete,
});