AWSContentDownloadType Constants Reference
| Declared in | AWSContentManager.h |
|---|
AWSContentDownloadType
Policy to use when downloading a file.
Definition
typedef NS_ENUM(NSInteger, AWSContentDownloadType ) {
AWSContentDownloadTypeIfNotCached,
AWSContentDownloadTypeIfNewerExists,
AWSContentDownloadTypeAlways,
};
Constants
AWSContentDownloadTypeIfNotCached-
Downalods a file if not cached locally.
Declared In
AWSContentManager.h. AWSContentDownloadTypeIfNewerExists-
Downloads a file if not cached locally or the remote version is newer than the locally cached version.
Declared In
AWSContentManager.h. AWSContentDownloadTypeAlways-
Downloads a file and overwrite it if the local cache exists.
Declared In
AWSContentManager.h.
Declared In
AWSContentManager.h