CKServerChangeTokenMBS class
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
CKServerChangeTokenMBS class
A CKServerChangeTokenMBS object is an opaque data object that identifies a specific version of a record.
You do not create instances of this class yourself. When fetching records using a CKFetchRecordChangesOperation object, the server provides one of these objects along with the record changes. The next time you fetch the records, pass the previous token to the server. Passing the previous token tells the server what portions of the records to fetch and return to your app.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 2 properties
- 4 methods
- 2 shared methods
This class has no sub classes.
Some methods using this class:
Some properties using for this class:
Some events using this class:
- CKFetchDatabaseChangesOperationMBS.changeTokenUpdated(serverChangeToken as CKServerChangeTokenMBS)
- CKFetchDatabaseChangesOperationMBS.fetchDatabaseChangesCompleted(serverChangeToken as CKServerChangeTokenMBS, moreComing as Boolean, operationError as NSErrorMBS)
- CKFetchNotificationChangesOperationMBS.fetchNotificationChangesCompleted(serverChangeToken as CKServerChangeTokenMBS, operationError as NSErrorMBS)
- CKFetchRecordChangesOperationMBS.fetchRecordChangesCompleted(serverChangeToken as CKServerChangeTokenMBS, clientChangeTokenData as MemoryBlock, operationError as NSErrorMBS)
- CKFetchRecordZoneChangesOperationMBS.recordZoneChangeTokensUpdated(recordZoneID as CKRecordZoneIDMBS, serverChangeToken as CKServerChangeTokenMBS, clientChangeTokenData as MemoryBlock)
- CKFetchRecordZoneChangesOperationMBS.recordZoneFetchCompleted(recordZoneID as CKRecordZoneIDMBS, serverChangeToken as CKServerChangeTokenMBS, clientChangeTokenData as MemoryBlock, moreComing as boolean, recordZoneError as NSErrorMBS)
Blog Entries
Release notes
The items on this page are in the following plugins: MBS Mac64bit Plugin.
CKReferenceMBS
-
CKShareMBS