CloudState
public enum CloudState
The various iCloud states a bookmark item may be in.
-
Item is on iCloud but not available locally.
Declaration
Swift
case inCloud -
Item is queue to be downloaded to the device
Declaration
Swift
case downloadRequested -
Item is currently being downloaded to the device
Declaration
Swift
case downloading -
Item has been downloaded and is available locally
Declaration
Swift
case downloaded -
Problem downloading the file from iCloud
Declaration
Swift
case downloadError -
Unknown state
Declaration
Swift
case unknown
View on GitHub
CloudState Enumeration Reference