Configurations
This section describes the available auto capture configurations.
val style = CaptureStyleOptions(
textColor = R.color.black,
textBackground = R.color.white,
overlayColor = R.color.black,
overlaySuccessColor = R.color.white,
)
val texts = CaptureTextOptions(title = "Insert a card", text = "inside the frame")
val photoOptions = ManualPhotoOptions(active = false)
val options = CaptureOptions(takePhoto = photoOptions, i18n = texts, style = style)Models
CaptureOptions
Description
ManualPhotoOptions
Description
CaptureTextOptions
Description
CaptureStyleOptions
Description
CaptureType - enum
Description
Was this helpful?