download(for:)
Creates a download object for the asset pack that you schedule using a download manager.
Declaration
func download(for contentRequest: BAContentRequest?) -> BADownloadParameters
- contentRequest:
The content request for the current extension invocation. Pass
nilif you’re calling this method in your main app.
Return Value
A download object.