Platforms to show: All Mac Windows Linux Cross-Platform

Back to CKSubscriptionMBS class.

CKSubscriptionMBS.OptionsFiresOnce = 8

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the configuration options for a subscription.

An option for sending a push notification only one time. After sending the push notification, the server deletes the subscription object. This option applies only to query-based subscriptions.

CKSubscriptionMBS.OptionsFiresOnRecordCreation = 1

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the configuration options for a subscription.

An option for generating a push notification when a record that matches the search criteria in the predicate property is created. This option applies only to query-based subscriptions subscriptions.

CKSubscriptionMBS.OptionsFiresOnRecordDeletion = 4

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the configuration options for a subscription.

An option for generating a push notification when a record that matched the search criteria in the predicate property was deleted. This option applies only to query-based subscriptions.

CKSubscriptionMBS.OptionsFiresOnRecordUpdate = 2

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the configuration options for a subscription.

An option for generating a push notification when changes are made to the fields of a record that cause the record to match the search criteria specified in the predicate property. This option applies only to query-based subscriptions.

CKSubscriptionMBS.TypeDatabase = 3

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the constants that identify a subscription’s behavior.

A constant indicating the subscription is a query-based subscription. This type of subscription tracks the creation, modification, or deletion of a specific type of record.

CKSubscriptionMBS.TypeQuery = 1

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the constants that identify a subscription’s behavior.

A constant indicating the subscription is a query-based subscription. This type of subscription tracks the creation, modification, or deletion of a specific type of record.

CKSubscriptionMBS.TypeRecordZone = 2

Type Topic Plugin Version
const CloudKit MBS Mac64bit Plugin 16.5
One of the constants that identify a subscription’s behavior.

A constant indicating the subscription is a zone-based subscription. The subscription tracks changes to records in a specific record zone.

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


💬 Ask a question or report a problem
The biggest plugin in space...