forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CloudKit.apinotes
49 lines (49 loc) · 1.65 KB
/
CloudKit.apinotes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
Name: CloudKit
Classes:
- Name: CKDatabase
Methods:
- Selector: 'fetchRecordWithID:completionHandler:'
MethodKind: Instance
SwiftName: 'fetch(withRecordID:completionHandler:)'
- Selector: 'deleteRecordWithID:completionHandler:'
MethodKind: Instance
SwiftName: 'delete(withRecordID:completionHandler:)'
- Selector: 'fetchRecordZoneWithID:completionHandler:'
MethodKind: Instance
SwiftName: 'fetch(withRecordZoneID:completionHandler:)'
- Selector: 'deleteRecordZoneWithID:completionHandler:'
MethodKind: Instance
SwiftName: 'delete(withRecordZoneID:completionHandler:)'
- Selector: 'fetchSubscriptionWithID:completionHandler:'
MethodKind: Instance
SwiftName: 'fetch(withSubscriptionID:completionHandler:)'
- Selector: 'deleteSubscriptionWithID:completionHandler:'
MethodKind: Instance
SwiftName: 'delete(withSubscriptionID:completionHandler:)'
- Name: CKFetchRecordsOperation
Methods:
- Selector: 'fetchCurrentUserRecordOperation'
MethodKind: Class
SwiftName: 'fetchCurrentUserRecordOperation()'
- Name: CKFetchRecordZonesOperation
Methods:
- Selector: 'fetchAllRecordZonesOperation'
MethodKind: Class
SwiftName: 'fetchAllRecordZonesOperation()'
- Name: CKFetchSubscriptionsOperation
Methods:
- Selector: 'fetchAllSubscriptionsOperation'
MethodKind: Class
SwiftName: 'fetchAllSubscriptionsOperation()'
- Name: CKRecord
Methods:
- Selector: 'setParentReferenceFromRecord:'
MethodKind: Instance
SwiftName: 'setParent(_:)'
- Selector: 'setParentReferenceFromRecordID:'
MethodKind: Instance
SwiftName: 'setParent(_:)'
Tags:
- Name: CKErrorCode
NSErrorDomain: CKErrorDomain