Platforms to show: All Mac Windows Linux Cross-Platform

Back to CKAcceptSharesOperationMBS class.

CKAcceptSharesOperationMBS.Constructor

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 process share metadata.

You can use the returned CKAcceptSharesOperation only once. When executed, this query object processes the share metadata.

See also:

CKAcceptSharesOperationMBS.Constructor(shareMetadatas() as CKShareMetadataMBS)

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 process the specified share objects.

shareMetadatas: An array of CKShareMetadataMBS objects. This parameter is used to initialize the value in the shareMetadatas property. If you specify nil, you must assign an appropriate value to the shareMetadatas property before executing the operation.

See also:

CKAcceptSharesOperationMBS.Destructor

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

CKAcceptSharesOperationMBS.setShareMetadatas(shareMetadatas() as CKShareMetadataMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Sets the metadata of the shares that you want to process.

Use this property to view or change the metadata of the share objects you want to process. If you intend to specify or change the value of this property, do so before executing the operation or submitting the operation object to a queue.

CKAcceptSharesOperationMBS.shareMetadatas as CKShareMetadataMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The metadata of the shares that you want to process.

Use this property to view or change the metadata of the share objects you want to process. If you intend to specify or change the value of 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...