DownloadExecuterType
public enum DownloadExecuterType
The download executer currently supported.
defaultfor an execution using the default session configurationbackgroundfor an execution using the background session configuration. ATTENTION: This is still a work in progress approach which is not yet tested with an app and should be used with care.customfor a custom execution of download requests provided by the caller.
-
Undocumented
Declaration
Swift
case `default` -
Undocumented
Declaration
Swift
case background -
Undocumented
Declaration
Swift
case custom(DownloadExecuter.Type)
View on GitHub
Install in Dash
DownloadExecuterType Enumeration Reference