icrate/generated/BackgroundAssets/
mod.rs1#[cfg_attr(feature = "apple", link(name = "BackgroundAssets", kind = "framework"))]
7extern "C" {}
8
9#[path = "BAAppExtensionInfo.rs"]
10mod __BAAppExtensionInfo;
11#[path = "BABase.rs"]
12mod __BABase;
13#[path = "BADownload.rs"]
14mod __BADownload;
15#[path = "BADownloadManager.rs"]
16mod __BADownloadManager;
17#[path = "BADownloaderExtension.rs"]
18mod __BADownloaderExtension;
19#[path = "BAError.rs"]
20mod __BAError;
21#[path = "BATypes.rs"]
22mod __BATypes;
23#[path = "BAURLDownload.rs"]
24mod __BAURLDownload;
25
26#[cfg(feature = "BackgroundAssets_BAAppExtensionInfo")]
27pub use self::__BAAppExtensionInfo::BAAppExtensionInfo;
28#[cfg(feature = "BackgroundAssets_BADownload")]
29pub use self::__BADownload::BADownload;
30pub use self::__BADownload::BADownloadState;
31pub use self::__BADownload::BADownloaderPriority;
32pub use self::__BADownload::BADownloaderPriorityDefault;
33pub use self::__BADownload::BADownloaderPriorityMax;
34pub use self::__BADownload::BADownloaderPriorityMin;
35pub use self::__BADownload::{
36 BADownloadStateCreated, BADownloadStateDownloading, BADownloadStateFailed,
37 BADownloadStateFinished, BADownloadStateWaiting,
38};
39#[cfg(feature = "BackgroundAssets_BADownloadManager")]
40pub use self::__BADownloadManager::BADownloadManager;
41pub use self::__BADownloadManager::BADownloadManagerDelegate;
42pub use self::__BADownloaderExtension::BADownloaderExtension;
43pub use self::__BAError::BAErrorCode;
44pub use self::__BAError::BAErrorDomain;
45pub use self::__BAError::{
46 BAErrorCodeCallFromExtensionNotAllowed, BAErrorCodeCallFromInactiveProcessNotAllowed,
47 BAErrorCodeCallerConnectionInvalid, BAErrorCodeCallerConnectionNotAccepted,
48 BAErrorCodeDownloadAlreadyFailed, BAErrorCodeDownloadAlreadyScheduled,
49 BAErrorCodeDownloadBackgroundActivityProhibited,
50 BAErrorCodeDownloadEssentialDownloadNotPermitted, BAErrorCodeDownloadFailedToStart,
51 BAErrorCodeDownloadInvalid, BAErrorCodeDownloadNotScheduled,
52 BAErrorCodeDownloadWouldExceedAllowance, BAErrorCodeSessionDownloadAllowanceExceeded,
53 BAErrorCodeSessionDownloadDisallowedByAllowance, BAErrorCodeSessionDownloadDisallowedByDomain,
54 BAErrorCodeSessionDownloadNotPermittedBeforeAppLaunch,
55};
56pub use self::__BATypes::BAContentRequest;
57pub use self::__BATypes::{
58 BAContentRequestInstall, BAContentRequestPeriodic, BAContentRequestUpdate,
59};
60#[cfg(feature = "BackgroundAssets_BAURLDownload")]
61pub use self::__BAURLDownload::BAURLDownload;