Contents

NSExtensionRequestHandling

The interface an app extension uses to respond to a request from a host app.

Declaration

protocol NSExtensionRequestHandling : NSObjectProtocol

Overview

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.

Topics

Preparing for a request

See Also

Extension Support