Package openfoodfacts.github.scrachx.openfood.features.simplescan

Types

Link copied to clipboard
class SimpleScanActivity : AppCompatActivity
Link copied to clipboard
class SimpleScanActivityContract : ActivityResultContract<Unit, Barcode?>

Returns a string containing the product barcode.

Link copied to clipboard
data class SimpleScanScannerOptions(    val mlScannerEnabled: Boolean,     val cameraState: CameraState,     val autoFocusEnabled: Boolean,     val flashEnabled: Boolean)
Link copied to clipboard
class SimpleScanViewModel @Inject constructor(scannerPrefsRepository: ScannerPreferencesRepository, dispatchers: CoroutineDispatchers) : ViewModel