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 INSend
of your messaging app.
ユーザがあるアプリをiOSのもつ共有シートにおいてその提案されたアプリのリストから選ぶ場合、このプロパティはメタデータを含みます、それはあなたがあなたの共有拡張インターフェイスを満たすために使用できます。メタデータに対するソースは、あなたのメッセージングアプリのINSend
です。
This property is nil
if your app’s share extension wasn’t launched from the list of suggested apps.
このプロパティはnil
です、もしあなたのアプリのもつ共有拡張がその提案されたアプリの一覧から起動されなかったならば。
Note 注意
To learn more about adding a share extension to the list of suggested apps, read Supporting Suggestions in Your App’s Share Extension. ある共有拡張をその提案されたアプリの一覧に加えることをさらに学ぶために、あなたのアプリの共有拡張において提案をサポートするを読んでください。