---
title: isClassKitDeepLink
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsuseractivity/isclasskitdeeplink
---

# isClassKitDeepLink

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

## Declaration

```swift
var isClassKitDeepLink: Bool { get }
```

## Discussion

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

### Accessing feature-specific data

- [appClipActivationPayload](foundation/nsuseractivity/appclipactivationpayload.md)
- [detectedBarcodeDescriptor](foundation/nsuseractivity/detectedbarcodedescriptor.md)
- [mapItem](foundation/nsuseractivity/mapitem.md)
- [ndefMessagePayload](foundation/nsuseractivity/ndefmessagepayload.md)
- [contextIdentifierPath](foundation/nsuseractivity/contextidentifierpath.md)
- [widgetConfigurationIntent(of:)](foundation/nsuseractivity/widgetconfigurationintent(of:).md)
