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

intent

Metadata for populating your share extensions interface. あなたの共有拡張インターフェイスを満たすためのメタデータ。

Declaration 宣言

var intent: INIntent? { get }

Discussion 議論

When the user selects an app from the list of suggested apps in iOS’s share sheet, this property contains metadata that you can use to populate your share extensions interface. The source for the metadata is the INSendMessageIntent of your messaging app. ユーザがあるアプリをiOSのもつ共有シートにおいてその提案されたアプリのリストから選ぶ場合、このプロパティはメタデータを含みます、それはあなたがあなたの共有拡張インターフェイスを満たすために使用できます。メタデータに対するソースは、あなたのメッセージングアプリのINSendMessageIntentです。

This property is nil if your app’s share extension wasn’t launched from the list of suggested apps. このプロパティはnilです、もしあなたのアプリのもつ共有拡張がその提案されたアプリの一覧から起動されなかったならば。