Contents

AssetInstallationRequest

An object that describes, downloads, and installs a selection of assets.

Declaration

@objc final class AssetInstallationRequest

Overview

You do not create instances of this type directly; obtain them from assetInstallationRequest(supporting:).

The system consolidates download and installation requests; you may obtain several of these instances and call downloadAndInstall() several times without causing redundant downloads.

Topics

Performing an installation request

See Also

Asset and resource management