Contents

NSUserActivityTypeLockedCameraCapture

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

Declaration

let NSUserActivityTypeLockedCameraCapture: String

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