Contents

NSServicesMenuRequestor

A set of methods that support interaction with items users can share through a sharing service.

Declaration

protocol NSServicesMenuRequestor : NSObjectProtocol

Mentioned in

Overview

This informal protocol consists of two methods, writeSelection(to:types:) and readSelection(from:). The first method provides data to a remote service, and the second receives any data the remote service might send back. Both respond to messages that are generated when the user chooses a command from the Services menu.

Topics

Working with Pasteboards

See Also

App Services