Constructors

Link copied to clipboard
constructor(cameraConfiguration: CameraConfiguration, nativeConfiguration: BarcodeNativeConfiguration, dispatcher: CoroutineContext, flashAvailable: Boolean, beeper: SoundController)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var beepJob: <Error class: unknown class>?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val resultFlow: <Error class: unknown class><Result<BarcodeScannerUiResult, CloseReason>>

Functions

Link copied to clipboard
open override fun forceClose()

This method is called when the activity is closed by the timeout with canceling

Link copied to clipboard
open fun goBack()
Link copied to clipboard
Link copied to clipboard
abstract fun onArBarcodeItemClick(barcodeItem: BarcodeItem)
Link copied to clipboard
open fun onCleared()
Link copied to clipboard
open suspend fun onRetryErrorClicked()
Link copied to clipboard
open fun shouldHighlight(barcodeItem: BarcodeItem): Boolean