NSSharingServiceNameCloudSharing

Static NSSharingServiceNameCloudSharing 

Source
pub unsafe static NSSharingServiceNameCloudSharing: &'static NSSharingServiceName
Available on crate feature NSSharingService only.
Expand description

This service differs from other NSSharingServices in that it allows the user to establish a persistent sharing session for the specified items with potentially many participants, instead of sending a copy of the items. You can invoke this service with an NSItemProvider that has registered a CKShare & CKContainer via either -registerCloudKitShare:container: or -registerCloudKitShareWithPreparationHandler:. (Registering other types on the same provider to enable other sharing services is allowed.)

When performed, this service gives the user the opportunity to invite participants and start sharing. If the content is already shared, the service instead allows the user to view or modify participation or stop sharing. To detect changes the service makes to the CKShare, implement -sharingService:didSaveShare: and -sharingService:didStopSharing:.

See also Apple’s documentation