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

contextIdentifierPath

The identifier path associated with a user activity generated by an app that adopts ClassKit. ClassKitを採用するアプリによって生成されたユーザアクティビティと結びつけられた識別子パス。

Declaration 宣言

@property(nullable, nonatomic, strong, readonly) NSArray<NSString *> *contextIdentifierPath;

Discussion 議論

If you receive an NSUserActivity instance that has its isClassKitDeepLink property set to YES, then the activity’s contextIdentifierPath contains the identifier path of the context associated with the assignment that the user tapped to generate the user activity. See Linking Directly to Assignments for more information. あなたがあるNSUserActivityインスタンスでそれのisClassKitDeepLinkプロパティがYESに設定されるものを受け取るならば、そのときそのアクティビティのもつcontextIdentifierPathは、ユーザアクティビティを生成するために、ユーザがタップした課題と結びつけられた文脈の識別子パスを含みます。Linking Directly to Assignmentsをさらなる情報として見てください。

See Also 参照

Working with ClassKit ClassKitを扱う