Contents

allDownloads(for:)

Creates download objects for every applicable asset pack in this manifest, which can be scheduled with the download manager.

Declaration

func allDownloads(for contentRequest: BAContentRequest?) -> Set<BADownload>

Parameters

  • contentRequest:

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

Return Value

A collection of download objects.