@objc(PxUiCameraScreenConfiguration) final class PxUiCameraScreenConfiguration
Per-presentation configuration for PxUiCameraScreen. Adopter constructs a fresh instance per presentation (typically by reading its own persistence — UserDefaults, Core Data, in-memory, whatever). The SDK reads the configuration once at init time and does not observe live changes mid-camera. By design, the SDK does not write app defaults — settings persistence is entirely the adopter’s concern.
Initializers
Instance Properties
| Name | Summary |
|---|
| autoshotDelay | The delay, in seconds, before an automatic capture fires. |
| autoshotOn | Whether the camera captures automatically once the document is steady. |
| borderDetectorOn | Whether live document-border detection is enabled. |
| torchOn | Whether the torch (flash) starts on. |
Relationships
Inherits From
- ObjectiveC.NSObjectProtocol
- Swift.CVarArg
- Swift.CustomDebugStringConvertible
- Swift.CustomStringConvertible
- Swift.Equatable
- Swift.Hashable