Protocol

NSExtensionRequestHandling

The interface an app extension uses to respond to a request from a host app. ホストアプリからの要求に応答するためにアプリ拡張が使うインターフェイス。

Declaration 宣言

protocol NSExtensionRequestHandling

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. NSExtensionRequestHandlingプロトコルは、あるアプリ拡張へとつなぐ(フックする)あるライフサイクルを提供します。拡張の持つ主導オブジェクトは、このプロトコルを実装してbeginRequest(with:)を使うことで、ホストアプリからのリクエストの最新の情報を把握できます。

Topics 話題

Preparing for a Request リクエストに対して準備する

See Also 参照

Extension Support 拡張サポート