BADownloaderExtension
An interface for reacting to app life-cycle events and processing concluded asset downloads while your app isn’t running.
Declaration
protocol BADownloaderExtension : AppExtensionTopics
Processing downloads
backgroundDownload(_:didReceive:)backgroundDownload(_:finishedWithFileURL:)backgroundDownload(_:failedWithError:)