Package-level declarations
Types
Link copied to clipboard
data class CameraSettings(val resolution: CameraSettings.Resolution = Resolution.RESOLUTION_2160_P) : Parcelable
Camera configuration options.
Link copied to clipboard
data class CaptureSettings(val analyzerSettings: AnalyzerSettings = AnalyzerSettings(), val uxSettings: UxSettings = UxSettings(), val cameraSettings: CameraSettings = CameraSettings(), val filterSettings: FilterSettings? = null, val strings: CaptureOverlayStrings = CaptureOverlayStrings(), @StyleRes val style: Int? = null, @StyleRes val activityTheme: Int? = null) : Parcelable
All available settings for the Capture process.
Link copied to clipboard
Settings for the capture filter.
Link copied to clipboard
data class UxSettings(val showIntroductionDialog: Boolean = false, val showOnboardingInfo: Boolean = true, val showHelpTooltipTimeIntervalMs: Long, val keepScreenOn: Boolean = true, val sideCaptureTimeoutMs: Long?) : Parcelable
Capture UX settings.