---
title: NSUserActivityTypeLockedCameraCapture
framework: lockedcameracapture
role: symbol
role_heading: Global Variable
path: lockedcameracapture/nsuseractivitytypelockedcameracapture
---

# NSUserActivityTypeLockedCameraCapture

A type to use when opening your app from the capture extension.

## Declaration

```swift
let NSUserActivityTypeLockedCameraCapture: String
```

## Discussion

Discussion Use this NSUserActivityType with openApplication(for:) to check if someone is launching your app from a locked camera capture extension.

## See Also

### App integration

- [LockedCameraCaptureManager](lockedcameracapture/lockedcameracapturemanager.md)
