Base View Finder Configuration
Base configuration of the scanning interface’s viewfinder, serving as guidance to the user.
Inheritors
Properties
Link copied to clipboard
The viewfinder's aspect ratio.
Link copied to clipboard
The minimum insets of the viewfinder.
Link copied to clipboard
The color of the viewfinder overlay.
Link copied to clipboard
The preferred height of the viewfinder.
Link copied to clipboard
The visual appearance of the viewfinder.
Functions
Link copied to clipboard
Link copied to clipboard
fun BaseViewFinderConfiguration.toFinder(bottomSafeArea: <Error class: unknown class>, hintHeight: <Error class: unknown class>? = null, topSafeArea: <Error class: unknown class>, aspectRatio: AspectRatio? = null, insets: <Error class: unknown class> = PaddingValues(
bottom = (hintHeight ?: 0.dp) + this.minimumInsets.bottom.dp,
top = this.minimumInsets.top.dp,
start = this.minimumInsets.left.dp,
end = this.minimumInsets.right.dp
), topLayer: (<Error class: unknown class>) -> Unit = {}, bottomLayer: (<Error class: unknown class>) -> Unit = {}, topContent: () -> Unit = {}, bottomContent: () -> Unit = {}, finderContent: () -> Unit = {}): FinderConfiguration?
Link copied to clipboard