Class

NSExtensionContext

The host app context from which an app extension is invoked. ホストアプリ前後関係、それからアプリ拡張が発動されます。

Declaration 宣言

class NSExtensionContext : NSObject

Overview 概要

When a host app sends a request to an app extension, it provides an extension context. For many app extensions, the most important part of the context is the data the user wants to work with, which is contained in the inputItems property. ホストアプリがあるリクエストをアプリ拡張に送る場合、それはある拡張前後関係を提供します。多くのアプリ拡張にとって、前後関係の最も重要な部分は、ユーザが取り扱いたいと望むデータです、それはinputItemsプロパティに含まれます。

Topics 話題

Handling Requests リクエストを取り扱う

Opening URLs URLを開く

Managing the Display Mode for a Widget あるウィジェットに対するディスプレイモードを管理する

Storing Extension Items 拡張項目をソートする

Controlling Media Playback in Notification Content Extensions 通知内容拡張においてメディア再生を制御する

Populating Your Share Extension with Metadata あなたの共有拡張をメタデータで満たす

Getting Siri-Related Information Siri関連の情報を取得する

Constants 定数

Notifications 通知

Instance Properties インスタンスプロパティ

Relationships 関係

Inherits From 継承元

See Also 参照

Extension Support 拡張サポート