NSExtensionRequestHandling
The interface an app extension uses to respond to a request from a host app.
Declaration
protocol NSExtensionRequestHandling : NSObjectProtocolOverview
The NSExtensionRequestHandling protocol provides a life cycle hook into an app extension. An extension’s principal object can implement this protocol and use beginRequest(with:) to keep track of the request from a host app.