public final class CloudKit
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
CKAccountChangedNotification()
This local notification is posted when there has been any change to the logged in iCloud account.
|
static java.lang.String |
CKCurrentUserDefaultName()
Stand-in for the current user's ID; most often used in RecordZoneID->ownerName
|
static java.lang.String |
CKErrorDomain() |
static java.lang.String |
CKErrorRetryAfterKey()
On some errors, the userInfo dictionary may contain a NSNumber instance that specifies the period of time in seconds after which the client may retry the request.
|
static java.lang.String |
CKErrorUserDidResetEncryptedDataKey()
On error CKErrorZoneNotFound, the userInfo dictionary may contain a NSNumber instance that specifies a boolean value representing if the error is caused by the user having reset all encrypted data for their account
|
static java.lang.String |
CKOwnerDefaultName() |
static java.lang.String |
CKPartialErrorsByItemIDKey()
When a CKErrorPartialFailure happens this key will be set in the error's userInfo dictionary.
|
static long |
CKQueryOperationMaximumResults()
Query operations have a dynamically defined maximum number of results.
|
static java.lang.String |
CKRecordChangedErrorAncestorRecordKey()
If the server rejects a record save because it has been modified since the last time it was read, a @c CKErrorServerRecordChanged error will be returned and it will contain versions of the record in its userInfo dictionary.
|
static java.lang.String |
CKRecordChangedErrorClientRecordKey() |
static java.lang.String |
CKRecordChangedErrorServerRecordKey() |
static java.lang.String |
CKRecordNameZoneWideShare()
A zone-wide CKShare always uses the record name @c CKRecordNameZoneWideShare.
|
static java.lang.String |
CKRecordParentKey()
Use these keys in queries to match on the record's parent or share reference
|
static java.lang.String |
CKRecordShareKey() |
static java.lang.String |
CKRecordTypeShare() |
static java.lang.String |
CKRecordTypeUserRecord()
Use this constant for the recordType parameter when fetching User Records.
|
static java.lang.String |
CKRecordZoneDefaultName() |
static java.lang.String |
CKShareThumbnailImageDataKey()
Value is a data blob suitable to pass into @code -[NSImage imageWithData:] or -[UIImage imageWithData:] @endcode
|
static java.lang.String |
CKShareTitleKey()
Value is a string.
|
static java.lang.String |
CKShareTypeKey()
Value is a string representing a UTI.
|
public static java.lang.String CKCurrentUserDefaultName()
public static java.lang.String CKOwnerDefaultName()
public static java.lang.String CKAccountChangedNotification()
On receipt, an updated account status should be obtained by calling @c accountStatusWithCompletionHandler:
public static java.lang.String CKErrorDomain()
public static java.lang.String CKPartialErrorsByItemIDKey()
The value of this key will be a dictionary, and the values will be errors for individual items with the keys being the item IDs that failed.
public static java.lang.String CKRecordChangedErrorAncestorRecordKey()
public static java.lang.String CKRecordChangedErrorServerRecordKey()
public static java.lang.String CKRecordChangedErrorClientRecordKey()
public static java.lang.String CKErrorRetryAfterKey()
public static java.lang.String CKRecordTypeUserRecord()
public static java.lang.String CKRecordParentKey()
public static java.lang.String CKRecordShareKey()
public static java.lang.String CKRecordZoneDefaultName()
public static java.lang.String CKRecordTypeShare()
public static java.lang.String CKShareTitleKey()
public static java.lang.String CKShareThumbnailImageDataKey()
public static java.lang.String CKShareTypeKey()
public static long CKQueryOperationMaximumResults()
public static java.lang.String CKErrorUserDidResetEncryptedDataKey()
public static java.lang.String CKRecordNameZoneWideShare()