pub unsafe trait SKDownloaderExtension: BAManagedDownloaderExtension { }Available on crate feature
SKDownloaderExtension and crate feature objc2-background-assets and neither tvOS nor watchOS only.Expand description
An application extension that uses the system implementation to schedule Apple-hosted asset-pack downloads automatically.
You can optionally implement the inherited BAManagedDownloaderExtension requirements, but don’t implement any of the inherited BADownloaderExtension requirements. For more information, see
<doc
://com.apple.documentation/documentation/backgroundassets>.
See also Apple’s documentation