<!--
{
  "availability" : [
    "iOS: 11.3.0 -",
    "iPadOS: 11.3.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSUserActivity/isClassKitDeepLink",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:objc(cs)NSUserActivity(py)isClassKitDeepLink"
  },
  "title" : "isClassKitDeepLink"
}
-->

# isClassKitDeepLink

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

```
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`](/documentation/Foundation/NSUserActivity/isClassKitDeepLink) property of a [`NSUserActivity`](/documentation/Foundation/NSUserActivity) instance that you receive to test if that activity is from ClassKit. See <doc://com.apple.documentation/documentation/ClassKit/linking-directly-to-assignments> for more information.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)