Class CFURLUbiquitousItemProperty.Values

java.lang.Object
org.robovm.apple.corefoundation.CFURLUbiquitousItemProperty.Values
Enclosing class:
CFURLUbiquitousItemProperty

public static class CFURLUbiquitousItemProperty.Values
extends Object
  • Constructor Details

    • Values

      public Values()
  • Method Details

    • IsUbiquitousItem

      public static CFString IsUbiquitousItem()
    • HasUnresolvedConflicts

      public static CFString HasUnresolvedConflicts()
    • IsDownloaded

      @Deprecated public static CFString IsDownloaded()
      Deprecated.
      Deprecated in iOS 7.0. Use kCFURLUbiquitousItemDownloadingStatusKey instead
    • IsDownloading

      public static CFString IsDownloading()
    • IsUploaded

      public static CFString IsUploaded()
    • IsUploading

      public static CFString IsUploading()
    • DownloadingStatus

      public static CFString DownloadingStatus()
    • DownloadingError

      public static CFString DownloadingError()
    • UploadingError

      public static CFString UploadingError()
    • IsExcludedFromSync

      public static CFString IsExcludedFromSync()
      Since:
      Available in iOS 14.5 and later.