NSSharingServicePickerDelegate
An interface for managing content for the macOS share sheet.
Declaration
protocol NSSharingServicePickerDelegate : NSObjectProtocolOverview
Adopt the NSSharingServicePickerDelegate protocol in one of your app’s types, and use it to manage interactions with an NSSharingServicePicker object. Use your delegate object to customize the services for the proposed items and respond to the selection of a shared service.
For information about how to display the share sheet and configure your delegate, see NSSharingServicePicker.