Platforms to show: All Mac Windows Linux Cross-Platform

Back to CKFetchNotificationChangesOperationMBS class.

CKFetchNotificationChangesOperationMBS.moreComing as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
A Boolean value indicating that more notifications are waiting to be delivered.

Access this property only from your fetchNotificationChangesCompletionBlock block. When the value is true, your completed event should create another CKFetchNotificationChangesOperation object and use it to fetch the next batch of results. Use the change token passed to your completion block to configure the new operation object. Specifying the change token prevents the new operation object from returning older notifications.
(Read only property)

CKFetchNotificationChangesOperationMBS.previousServerChangeToken as CKServerChangeTokenMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The change token from a previous fetch operation.

Assign the token you received previously from the fetchNotificationChangesCompleted event to this property. Doing so yields only the notifications that have arrived since your last fetch operation. If you specify nil for this parameter, the operation starts fetching notifications at the beginning of the list and returns all but those that have already been marked as read.
(Read and Write property)

CKFetchNotificationChangesOperationMBS.resultsLimit as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The maximum number of results to fetch with this operation.

Use this property to limit the number of push notifications processed in one operation. When the results limit is reached, the operation object updates the original token you provided and returns it to you to let you know that more results are available.
(Read and Write property)

The items on this page are in the following plugins: MBS Mac64bit Plugin.


The biggest plugin in space...