AutoDownloadSettingsPresets
public struct AutoDownloadSettingsPresets : Codable, Equatable, FunctionResult
Contains auto-download settings presets for the user
-
Preset with lowest settings; supposed to be used by default when roaming
Declaration
Swift
public let low: AutoDownloadSettings -
Preset with medium settings; supposed to be used by default when using mobile data
Declaration
Swift
public let medium: AutoDownloadSettings -
Preset with highest settings; supposed to be used by default when connected on Wi-Fi
Declaration
Swift
public let high: AutoDownloadSettings -
Contains auto-download settings presets for the user
Declaration
Swift
public init(low: AutoDownloadSettings, medium: AutoDownloadSettings, high: AutoDownloadSettings)Parameters
lowPreset with lowest settings; supposed to be used by default when roaming
mediumPreset with medium settings; supposed to be used by default when using mobile data
highPreset with highest settings; supposed to be used by default when connected on Wi-Fi
View on GitHub
Install in Dash
AutoDownloadSettingsPresets Structure Reference