Contents

NSSharingServicePickerDelegate

An interface for managing content for the macOS share sheet.

Declaration

protocol NSSharingServicePickerDelegate : NSObjectProtocol

Overview

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.

Topics

Configuring the Sharing Services

Customizing Behavior

Instance Methods

See Also

Managing the sharing service picker