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
low
Preset with lowest settings; supposed to be used by default when roaming
medium
Preset with medium settings; supposed to be used by default when using mobile data
high
Preset with highest settings; supposed to be used by default when connected on Wi-Fi