MultipazExtras
Toggle table of contents
android
common
ios
Target filter
android
common
ios
Switch theme
Search in API
Skip to content
MultipazExtras
multipaz-vision
/
org.multipaz.barcodes
/
scanBarcode
scan
Barcode
android
common
ios
actual
fun
scanBarcode
(
cameraImage
:
CameraImage
)
:
List
<
Barcode
>
actual
fun
scanBarcode
(
image
:
ImageBitmap
)
:
List
<
Barcode
>
expect
fun
scanBarcode
(
cameraImage
:
CameraImage
)
:
List
<
Barcode
>
expect
fun
scanBarcode
(
image
:
ImageBitmap
)
:
List
<
Barcode
>
actual
fun
scanBarcode
(
cameraImage
:
ERROR CLASS: Symbol not found for CameraImage
)
:
List
<
Barcode
>
actual
fun
scanBarcode
(
image
:
ERROR CLASS: Symbol not found for ImageBitmap
)
:
List
<
Barcode
>