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

contextIdentifierPath

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

Declaration 宣言

var contextIdentifierPath: [String]? { get }

Discussion 議論

If you receive an NSUserActivity instance that has its isClassKitDeepLink property set to true, 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プロパティがtrueに設定されるものを受け取るならば、そのときアクティビティのもつcontextIdentifierPathは、ユーザアクティビティを生成するために、ユーザがタップした課題と結びつけられた文脈の識別子パスを含みます。Linking Directly to Assignmentsをさらなる情報として見てください。

See Also 参照

Working with ClassKit ClassKitを扱う