activityType
title
requiredUserInfoKeys
userInfo
- addUserInfoEntriesFromDictionary:
needsSave
contentAttributeSet
keywords
persistentIdentifier
NSUserActivityPersistentIdentifier
appClipActivationPayload
Availability 有効性
Technologies
iOS, iPadOS, macOS, Mac Catalyst, tvOS, watchOS
@property(copy) NSString
*targetContentIdentifier;
iOS, iPadOS, Mac Catalyst, tvOS
@property(nullable, nonatomic, copy) NSString
*targetContentIdentifier;
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 NSUser
object to an app with multiple scenes, it chooses the UIScene
whose UIScene
have the best match with the target content identifier. For more information, see UIScene
.
あなたがこのプロパティを設定するならば、その時システムはNSUser
オブジェクトをあるアプリに複数のシーンで配達します、それはUIScene
のうちでそれのUIScene
がターゲットコンテンツ識別子との最も良い合致を持つものを選びます。さらなる情報として、UIScene
を見てください。
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 needs
to YES
.
このプロパティは随意です、しかし高度に推奨されます、卓越したマルチタスク体験をiPad上で動作するアプリそれらに創り出すためには。このプロパティを設定することは自動的にneeds
をYES
に設定しません。
activityType
title
requiredUserInfoKeys
userInfo
- addUserInfoEntriesFromDictionary:
needsSave
contentAttributeSet
keywords
persistentIdentifier
NSUserActivityPersistentIdentifier
appClipActivationPayload