Contents

contextIdentifierPath

The identifier path associated with a user activity generated by an app that adopts 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.

See Also

Working with ClassKit