Platforms to show: All Mac Windows Linux Cross-Platform

Back to CKFetchSubscriptionsOperationMBS class.

CKFetchSubscriptionsOperationMBS.Constructor

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

See also:

CKFetchSubscriptionsOperationMBS.Constructor(subscriptionIDs() as String)

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 fetch the specified subscriptions.

subscriptionIDs: An array of strings, each of which contains the ID of a subscription object you want to retrieve. This parameter is used to initialize the value in the subscriptionIDs property. If you specify nil, you must assign an appropriate value to the subscriptionIDs property before executing the operation.

Returns an initialized operation object.

See also:

CKFetchSubscriptionsOperationMBS.Destructor

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

CKFetchSubscriptionsOperationMBS.setSubscriptionIDs(emails() as String)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Sets the IDs of the subscription objects you want to retrieve.

Use this property to view or change the IDs of the subscription objects you want to retrieve. Each item in the array must be a string whose value is the ID of the subscription object you want to retrieve. If you intend to specify or change the value for this property, do so before executing the operation or submitting the operation object to a queue.

If you used the fetchAllSubscriptionsOperation method to create the operation object, the contents of this property are ignored and its value is set to nil.

CKFetchSubscriptionsOperationMBS.subscriptionIDs as String()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The IDs of the subscription objects you want to retrieve.

Use this property to view or change the IDs of the subscription objects you want to retrieve. Each item in the array must be a string whose value is the ID of the subscription object you want to retrieve. If you intend to specify or change the value for this property, do so before executing the operation or submitting the operation object to a queue.

If you used the fetchAllSubscriptionsOperation method to create the operation object, the contents of this property are ignored and its value is set to nil.

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


The biggest plugin in space...