The plugin part CloudKit
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
The plugin part MBS Mac64bit Plugin:CloudKit:
Partly Console safe,
559 entry points.
- class CKAcceptSharesOperationMBS
- class CKAssetMBS
- class CKContainerMBS
- method registerCloudKitShareWithPreparationHandler(ServiceItems as Variant, tag as variant = nil)
- method registerCloudKitShare(Share as CKShareMBS, ServiceItems as Variant)
- method fetchAllLongLivedOperationIDs(tag as variant = nil)
- method fetchLongLivedOperationWithID(operationID as string, tag as variant = nil)
- method discoverUserInfoWithEmailAddress(emailAddress as string, tag as variant = nil)
- method discoverUserInfoWithUserRecordID(userRecordID as CKRecordIDMBS, tag as variant = nil)
- method discoverUserIdentityWithEmailAddress(emailAddress as string, tag as variant = nil)
- method discoverUserIdentityWithPhoneNumber(phoneNumber as string, tag as variant = nil)
- method discoverUserIdentityWithUserRecordID(userRecordID as CKRecordIDMBS, tag as variant = nil)
- method discoverAllContactUserInfos(tag as variant = nil)
- method discoverAllIdentities(tag as variant = nil)
- method fetchUserRecordID(tag as variant = nil)
- method fetchShareParticipantWithEmailAddress(emailAddress as string, tag as variant = nil)
- method fetchShareParticipantWithPhoneNumber(phoneNumber as string, tag as variant = nil)
- method fetchShareParticipantWithUserRecordID(userRecordID as CKRecordIDMBS, tag as variant = nil)
- method statusForApplicationPermission(applicationPermission as integer, tag as variant = nil)
- method requestApplicationPermission(applicationPermission as integer, tag as variant = nil)
- method accountStatus(tag as variant = nil)
- method Constructor
- method Constructor(Container as CKContainerMBS)
- method addOperation(operation as CKOperationMBS)
- property Handle as Integer
- property containerIdentifier as String
- property privateCloudDatabase as CKDatabaseMBS
- property publicCloudDatabase as CKDatabaseMBS
- property sharedCloudDatabase as CKDatabaseMBS
- shared method Available as Boolean
- shared method CKAccountChangedNotification as String
- shared method CKOwnerDefaultName as String
- shared method CKCurrentUserDefaultName as String
- shared method defaultContainer as CKContainerMBS
- shared method containerWithIdentifier(name as string) as CKContainerMBS
- shared method CKErrorDomain as String
- shared method CKPartialErrorsByItemIDKey as String
- shared method CKRecordChangedErrorAncestorRecordKey as String
- shared method CKRecordChangedErrorServerRecordKey as String
- shared method CKRecordChangedErrorClientRecordKey as String
- shared method CKErrorRetryAfterKey as String
- event accountStatusCompleted(accountStatus as Integer, error as NSErrorMBS, tag as variant)
- event statusForApplicationPermissionCompleted(applicationPermissionStatus as Integer, accountStatus as Integer, error as NSErrorMBS, tag as variant)
- event requestApplicationPermissionCompleted(applicationPermissionStatus as Integer, accountStatus as Integer, error as NSErrorMBS, tag as variant)
- event fetchShareParticipantWithEmailAddressCompleted(emailAddress as String, shareParticipant as CKShareParticipantMBS, error as NSErrorMBS, tag as variant)
- event fetchShareParticipantWithPhoneNumberCompleted(phoneNumber as String,shareParticipant as CKShareParticipantMBS, error as NSErrorMBS, tag as variant)
- event fetchShareParticipantWithUserRecordIDCompleted(userRecordID as CKRecordIDMBS, shareParticipant as CKShareParticipantMBS, error as NSErrorMBS, tag as variant)
- event fetchUserRecordIDCompleted(userRecordID as CKRecordIDMBS, error as NSErrorMBS, tag as variant)
- event discoverAllIdentitiesWithCompleted(userRecordID() as CKUserIdentityMBS, error as NSErrorMBS, tag as variant)
- event discoverAllContactUserInfosCompleted(userRecordID() as CKDiscoveredUserInfoMBS, error as NSErrorMBS, tag as variant)
- event discoverUserIdentityWithEmailAddressCompleted(emailAddress as String, userInfo as CKUserIdentityMBS, error as NSErrorMBS, tag as variant)
- event discoverUserIdentityWithPhoneNumberCompleted(phoneNumber as String,userInfo as CKUserIdentityMBS, error as NSErrorMBS, tag as variant)
- event discoverUserIdentityWithUserRecordIDCompleted(userRecordID as CKRecordIDMBS, userInfo as CKUserIdentityMBS, error as NSErrorMBS, tag as variant)
- event discoverUserInfoWithEmailAddressCompleted(emailAddress as String, userInfo as CKDiscoveredUserInfoMBS, error as NSErrorMBS, tag as variant)
- event discoverUserInfoWithUserRecordIDCompleted(userRecordID as CKRecordIDMBS, userInfo as CKDiscoveredUserInfoMBS, error as NSErrorMBS, tag as variant)
- event fetchAllLongLivedOperationIDsCompleted(outstandingOperationIDs() as String, error as NSErrorMBS, tag as variant)
- event fetchLongLivedOperationWithIDCompleted(operationID as String, outstandingOperation as CKOperationMBS, error as NSErrorMBS, tag as variant)
- event registerCloudKitShareWithPreparationHandler(ServiceItems as Variant, byref share as CKShareMBS, byref container as CKContainerMBS, byref error as NSErrorMBS, tag as variant)
- class CKDatabaseMBS
- method fetchRecordWithIDSync(recordID as CKRecordIDMBS, byref record as CKRecordMBS, byref error as NSErrorMBS)
- method saveRecordSync(record as CKRecordMBS, byref error as NSErrorMBS)
- method deleteRecordWithIDSync(recordID as CKRecordIDMBS, byref error as NSErrorMBS)
- method Constructor(Container as CKContainerMBS, databaseScope as Integer)
- method Constructor(Database as CKDatabaseMBS)
- method addOperation(operation as CKDatabaseOperationMBS)
- method fetchRecordWithID(recordID as CKRecordIDMBS, tag as variant = nil)
- method saveRecord(record as CKRecordMBS, tag as variant = nil)
- method deleteRecordWithID(recordID as CKRecordIDMBS, tag as variant = nil)
- method performQuery(query as CKQueryMBS, zoneID as CKRecordZoneIDMBS, tag as variant = nil)
- method fetchAllRecordZones(tag as variant = nil)
- method fetchRecordZoneWithID(zoneID as CKRecordZoneIDMBS, tag as variant = nil)
- method saveRecordZone(zone as CKRecordZoneMBS, tag as variant = nil)
- method deleteRecordZone(zoneID as CKRecordZoneIDMBS, tag as variant = nil)
- method fetchAllSubscriptions(tag as variant = nil)
- method fetchSubscriptionWithID(subscriptionID as String, tag as variant = nil)
- method saveSubscription(subscription as CKSubscriptionMBS, tag as variant = nil)
- method deleteSubscriptionWithID(subscriptionID as String, tag as variant = nil)
- property Handle as Integer
- property databaseScope as Integer
- shared method Available as Boolean
- event fetchRecordWithIDCompleted(recordID as CKRecordIDMBS, record as CKRecordMBS, error as NSErrorMBS, tag as variant)
- event saveRecordCompleted(record as CKRecordMBS, error as NSErrorMBS, tag as variant)
- event deleteRecordWithIDCompleted(recordID as CKRecordIDMBS, error as NSErrorMBS, tag as variant)
- event performQueryCompleted(query as CKQueryMBS, zoneID as CKRecordZoneIDMBS, results() as CKRecordMBS, error as NSErrorMBS, tag as variant)
- event fetchAllRecordZonesCompleted(zones() as CKRecordZoneMBS, error as NSErrorMBS, tag as variant)
- event fetchRecordZoneWithIDCompleted(zoneID as CKRecordZoneIDMBS, zone as CKRecordZoneMBS, error as NSErrorMBS, tag as variant)
- event saveRecordZoneCompleted(zone as CKRecordZoneMBS, error as NSErrorMBS, tag as variant)
- event deleteRecordZoneWithIDCompleted(zoneID as CKRecordZoneIDMBS, error as NSErrorMBS, tag as variant)
- event fetchAllSubscriptionsCompleted(subscriptions() as CKSubscriptionMBS, error as NSErrorMBS, tag as variant)
- event fetchSubscriptionWithIDCompleted(subscriptionID as String, subscription as CKSubscriptionMBS, error as NSErrorMBS, tag as variant)
- event saveSubscriptionCompleted(subscription as CKSubscriptionMBS, error as NSErrorMBS, tag as variant)
- event deleteSubscriptionWithIDCompleted(subscriptionID as String, error as NSErrorMBS, tag as variant)
- class CKDatabaseNotificationMBS
- class CKDatabaseOperationMBS
- class CKDatabaseSubscriptionMBS
- class CKDiscoverAllContactsOperationMBS
- class CKDiscoverAllUserIdentitiesOperationMBS
- class CKDiscoveredUserInfoMBS
- class CKDiscoverUserIdentitiesOperationMBS
- class CKDiscoverUserInfosOperationMBS
- class CKFetchDatabaseChangesOperationMBS
- class CKFetchNotificationChangesOperationMBS
- class CKFetchRecordChangesOperationMBS
- class CKFetchRecordsOperationMBS
- class CKFetchRecordZoneChangesOperationMBS
- class CKFetchRecordZoneChangesOptionsMBS
- class CKFetchRecordZonesOperationMBS
- class CKFetchShareMetadataOperationMBS
- class CKFetchShareParticipantsOperationMBS
- class CKFetchSubscriptionsOperationMBS
- class CKFetchWebAuthTokenOperationMBS
- class CKLocationSortDescriptorMBS
- class CKMarkNotificationsReadOperationMBS
- class CKModifyBadgeOperationMBS
- class CKModifyRecordsOperationMBS
- class CKModifyRecordZonesOperationMBS
- class CKModifySubscriptionsOperationMBS
- class CKNotificationIDMBS
- class CKNotificationInfoMBS
- class CKNotificationMBS
- class CKOperationConfigurationMBS
- class CKOperationMBS
- class CKQueryCursorMBS
- class CKQueryMBS
- class CKQueryNotificationMBS
- class CKQueryOperationMBS
- class CKQuerySubscriptionMBS
- class CKRecordIDMBS
- class CKRecordMBS
- class CKRecordZoneIDMBS
- class CKRecordZoneMBS
- class CKRecordZoneNotificationMBS
- class CKRecordZoneSubscriptionMBS
- class CKReferenceMBS
- class CKServerChangeTokenMBS
- class CKShareMBS
- class CKShareMetadataMBS
- class CKShareParticipantMBS
- class CKSubscriptionMBS
- class CKUserIdentityLookupInfoMBS
- class CKUserIdentityMBS
- class NSPersonNameComponentsMBS
Blog Entries