Contents

isClassKitDeepLink

A Boolean value that indicates whether a user activity represents a ClassKit context.

Declaration

var isClassKitDeepLink: Bool { get }

Discussion

When a student taps on an assignment associated with an app that adopts ClassKit, the framework redirects the student to the corresponding app using either a universal link or a user activity, depending on the app’s configuration. Use the isClassKitDeepLink property of a NSUserActivity instance that you receive to test if that activity is from ClassKit. See Linking directly to assignments for more information.

See Also

Working with ClassKit