Platforms to show: All Mac Windows Linux Cross-Platform

Back to CKMarkNotificationsReadOperationMBS class.

CKMarkNotificationsReadOperationMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The private constructor.

See also:

CKMarkNotificationsReadOperationMBS.Constructor(IDs() as CKNotificationIDMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Initializes and returns an operation object configured to mark the specified notifications as read.

notificationIDs: An array of CKNotificationIDMBS objects representing the notifications you want to mark as read. Use this parameter to initialize the value in the notificationIDs property. If you specify nil, assign an appropriate value to the notificationIDs property before executing the operation.

If any objects in the array are not CKNotificationIDMBS objects, this method raises an exception.

Returns an initialized operation object.

See also:

CKMarkNotificationsReadOperationMBS.Destructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 21.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Destructor

CKMarkNotificationsReadOperationMBS.notificationIDs as CKNotificationIDMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The array of notifications to mark as read.

Use this property to view or change the IDs of the notifications you want to mark as read. Each item in the array must be a CKNotificationIDMBS object. If you intend to specify a value for this property, do so before executing the operation or submitting the operation object to a queue.

CKMarkNotificationsReadOperationMBS.setNotificationIDs(IDs() as CKNotificationIDMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Sets the array of notifications to mark as read.

Use this property to view or change the IDs of the notifications you want to mark as read. Each item in the array must be a CKNotificationIDMBS object. If you intend to specify a value for this property, do so before executing the operation or submitting the operation object to a queue.

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


The biggest plugin in space...