Contents

NSSharingServicePickerToolbarItemDelegate

An interface that provides the content to share from the macOS share sheet.

Declaration

protocol NSSharingServicePickerToolbarItemDelegate : NSSharingServicePickerDelegate

Overview

Adopt the NSSharingServicePickerToolbarItemDelegate protocol in one of your app’s custom types and use it to provide shareable content. Assign your delegate object to an NSSharingServicePickerToolbarItem object you add to your window’s toolbar.

Topics

Providing the Items to Share

See Also

Getting the Toolbar Items