Crate objc2_background_assets

Crate objc2_background_assets 

Source
Expand description

§Bindings to the BackgroundAssets framework

See Apple’s docs and the general docs on framework crates for more information.

Structs§

BAAppExtensionInfoBAAppExtensionInfo
Apple’s documentation
BAAssetPackBAAssetPack
An archive of assets that the system downloads together.
BAAssetPackManagerBAAssetPackManager
A class that manages asset packs.
BAAssetPackManifestBAAssetPackManifest
A representation of a manifest that lists asset packs that are available to download.
BAAssetPackStatusBAAssetPackStatus
The status of an asset pack.
BAContentRequestBATypes
The content request type used in the BADownloaderExtension.
BADownloadBADownload
Apple’s documentation
BADownloadManagerBADownloadManager
Apple’s documentation
BADownloadStateBADownload
Apple’s documentation
BAErrorCodeBAError
Apple’s documentation
BAManagedErrorCodeBAManagedError
An error code for a managed asset pack.
BAURLDownloadBADownload and BAURLDownload
Apple’s documentation

Statics§

BAAssetPackIdentifierErrorKeyBAManagedError
The -[NSError userInfo] key for an asset pack’s identifier.
BADownloaderPriorityDefaultBADownload
A value that represents average priority for a download.
BADownloaderPriorityMaxBADownload
A value that represents the highest priority for a download.
BADownloaderPriorityMinBADownload
A value that represents the lowest priority for a download.
BAErrorDomainBAError
The error domain used for Background Assets errors.
BAManagedErrorDomainBAManagedError
The error domain for managed asset packs.

Traits§

BADownloadManagerDelegateBADownloadManager
Apple’s documentation
BADownloaderExtensionBADownloaderExtension
Apple’s documentation
BAManagedAssetPackDownloadDelegateBAManagedAssetPackDownloadDelegate
An object that handles status updates when downloading an asset pack.
BAManagedDownloaderExtensionBADownloaderExtension and BAManagedDownloaderExtension
An application extension that uses the system implementation to schedule asset-pack downloads automatically.

Type Aliases§

BADownloaderPriorityBADownload
A download’s priority