CloudKitWorker

@available(watchOSApplicationExtension 3.0, *)
internal class CloudKitWorker

An interface to the CloudKit.

  • Constants that provide information regarding container type of cloud kit worker.

    See more

    Declaration

    Swift

    @objc
    enum ContainerType : Int
  • An object representing the data store manager requesting this information.

    Declaration

    Swift

    var dataStoreManager: DataStoreManager?
  • Asks the delegate for the cloud kit container record type of the data store manager.

    Declaration

    Swift

    var recordIDDelegate: ((DataStoreManager, String) -> CKRecord.ID)?