Contents

allDownloadsForContentRequest:

Creates download objects for every asset pack in this manifest.

Declaration

- (NSSet<BADownload *> *) allDownloadsForContentRequest:(BAContentRequest) contentRequest;

Parameters

  • contentRequest:

    The content request for the current extension invocation.

Return Value

A collection of download objects.

Discussion

The returned download objects can be scheduled with the download manager.

See Also

Accessing downloads