Contents

scheduleDownload(_:)

Schedules an asset download to execute in the background at a nonspecific time in the future.

Declaration

func scheduleDownload(_ download: BADownload) throws

Parameters

  • download:

    The object that provides the URL of the asset to download.

See Also

Managing downloads