| CKAcceptSharesOperation |
|
| CKAsset |
|
| CKContainer |
CKContainer
A CKContainer, and its CKDatabases, are the main entry points into the CloudKit framework.
|
| CKDatabase |
|
| CKDatabaseNotification |
CKDatabaseNotification
[@c] notificationType == @c CKNotificationTypeDatabase
When properties must be dropped (see @c isPruned), here's the order of importance.
|
| CKDatabaseOperation |
|
| CKDatabaseSubscription |
CKDatabaseSubscription
A subscription fires whenever any change happens in the database that this subscription was saved in.
|
| CKDiscoverAllUserIdentitiesOperation |
CKDiscoverAllUserIdentitiesOperation
Finds all discoverable users in the device's contacts database.
|
| CKDiscoverUserIdentitiesOperation |
|
| CKFetchDatabaseChangesOperation |
CKFetchDatabaseChangesOperation
This operation will fetch changes to record zones within a database
If a change anchor from a previous @c CKFetchDatabaseChangesOperation is passed in, only the zones that have changed since that anchor will be returned.
|
| CKFetchNotificationChangesOperation |
CKFetchNotificationChangesOperation
An operation that fetches all notification changes.
|
| CKFetchRecordChangesOperation |
CKFetchRecordChangesOperation
Use CKFetchRecordZoneChangesOperation instead of this class.
|
| CKFetchRecordsOperation |
|
| CKFetchRecordZoneChangesConfiguration |
|
| CKFetchRecordZoneChangesOperation |
This operation will fetch records changes across the given record zones
For each @c previousServerChangeToken passed in with a @c CKFetchRecordZoneChangesConfiguration, only records that have changed since that anchor will be fetched.
|
| CKFetchRecordZoneChangesOptions |
|
| CKFetchRecordZonesOperation |
|
| CKFetchShareMetadataOperation |
CKFetchShareMetadataOperation
Fetch the @c CKShareMetadata for a share URL.
|
| CKFetchShareParticipantsOperation |
|
| CKFetchSubscriptionsOperation |
|
| CKFetchWebAuthTokenOperation |
CKFetchWebAuthTokenOperation
This operation will fetch a web auth token given an API token obtained from the CloudKit Dashboard for your container
|
| CKLocationSortDescriptor |
|
| CKMarkNotificationsReadOperation |
|
| CKModifyBadgeOperation |
|
| CKModifyRecordsOperation |
|
| CKModifyRecordZonesOperation |
|
| CKModifySubscriptionsOperation |
|
| CKNotification |
|
| CKNotificationID |
|
| CKNotificationInfo |
CKNotificationInfo
The payload of a push notification delivered in the UIApplication @c application:didReceiveRemoteNotification: delegate method contains information about the firing subscription.
|
| CKOperation |
|
| CKOperationConfiguration |
CKOperationConfiguration
An operation configuration is a set of properties that describes how your operation should behave.
|
| CKOperationGroup |
CKOperationGroup
A mechanism for your app to group several operations at the granularity of a user action.
|
| CKQuery |
CKQuery
Only AND compound predicates are allowed.
|
| CKQueryCursor |
|
| CKQueryNotification |
CKQueryNotification
[@c] notificationType == @c CKNotificationTypeQuery
When properties must be dropped (see @c isPruned), here's the order of importance.
|
| CKQueryOperation |
|
| CKQuerySubscription |
CKQuerySubscription
A subscription that fires whenever a change matching the predicate occurs.
|
| CKRecord |
|
| CKRecordID |
|
| CKRecordZone |
|
| CKRecordZoneID |
|
| CKRecordZoneNotification |
CKRecordZoneNotification
[@c] notificationType == @c CKNotificationTypeRecordZone
When properties must be dropped (see @c isPruned), here's the order of importance.
|
| CKRecordZoneSubscription |
CKRecordZoneSubscription
A subscription that fires whenever any change happens in the indicated Record Zone.
|
| CKReference |
|
| CKServerChangeToken |
|
| CKShare |
CKShare
Like CKRecords, CKShares can store arbitrary key-value pairs.
|
| CKShareMetadata |
|
| CKShareParticipant |
|
| CKSubscription |
|
| CKUserIdentity |
|
| CKUserIdentityLookupInfo |
|