Contents

download(for:)

Creates a download object for the asset pack that you schedule using a download manager.

Declaration

func download(for contentRequest: BAContentRequest?) -> BADownload

Parameters

  • contentRequest:

    The content request for the current extension invocation. Pass nil if you’re calling this method in your main app.

Return Value

A download object.

See Also

Downloading assets