Package org.robovm.apple.corefoundation
Class CFURLUbiquitousItemProperty
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<CFString>
org.robovm.apple.corefoundation.CFURLUbiquitousItemProperty
public class CFURLUbiquitousItemProperty extends GlobalValueEnumeration<CFString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFURLUbiquitousItemProperty.AsListMarshalerstatic classCFURLUbiquitousItemProperty.Marshalerstatic classCFURLUbiquitousItemProperty.Values -
Field Summary
Fields Modifier and Type Field Description static CFURLUbiquitousItemPropertyDownloadingErrorstatic CFURLUbiquitousItemPropertyDownloadingStatusstatic CFURLUbiquitousItemPropertyHasUnresolvedConflictsstatic CFURLUbiquitousItemPropertyIsDownloadedDeprecated.Deprecated in iOS 7.0.static CFURLUbiquitousItemPropertyIsDownloadingstatic CFURLUbiquitousItemPropertyIsExcludedFromSyncstatic CFURLUbiquitousItemPropertyIsUbiquitousItemstatic CFURLUbiquitousItemPropertyIsUploadedstatic CFURLUbiquitousItemPropertyIsUploadingstatic CFURLUbiquitousItemPropertyUploadingError -
Method Summary
Modifier and Type Method Description static CFURLUbiquitousItemPropertyvalueOf(CFString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
IsUbiquitousItem
-
HasUnresolvedConflicts
-
IsDownloaded
Deprecated.Deprecated in iOS 7.0. Use kCFURLUbiquitousItemDownloadingStatusKey instead -
IsDownloading
-
IsUploaded
-
IsUploading
-
DownloadingStatus
-
DownloadingError
-
UploadingError
-
IsExcludedFromSync
- Since:
- Available in iOS 14.5 and later.
-
-
Method Details