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

targetContentIdentifier

A string that identifies the user activity's content. ある文字列、それはユーザアクティビティのもつ内容(コンテンツ)を識別します。

Declaration 宣言

var targetContentIdentifier: String? { get set }

Discussion 議論

A target content identifier is a string you define within your app. This string provides a unique identifier for specific content in your app, like a particular document or the location of a piece of data in a database. This string isn't visible to the user. ターゲットコンテンツ識別子は、あなたがあなたのアプリ内で定義する文字列です。この文字列は、あなたのアプリの中の特定のコンテンツに対する固有識別子を提供します、ある特定の書類またはデータベース中のあるデータ断片の位置など。この文字列は、ユーザには不可視です。

If you set this property, when the system delivers an NSUserActivity object to an app with multiple scenes, it chooses the UIScene whose UISceneActivationConditions have the best match with the target content identifier. For more information, see UISceneActivationConditions. あなたがこのプロパティを設定するならば、その時システムはNSUserActivityオブジェクトをあるアプリに複数のシーンで配達します、それはUISceneのうちでそれのUISceneActivationConditionsがターゲットコンテンツ識別子との最も良い合致を持つものを選びます。さらなる情報として、UISceneActivationConditionsを見てください。

This property is optional but is highly recommended to create a great multitasking experience for apps that run on iPad. Setting this property doesn't automatically set needsSave to true. このプロパティは随意です、しかし高度に推奨されます、卓越したマルチタスク体験をiPad上で動作するアプリそれらに創り出すためには。このプロパティを設定することは自動的にneedsSavetrueに設定しません。

See Also 参照

Accessing Activity Information アクティビティ情報にアクセスする