barcodeClicked

Typemessage
Dictionaryandroid.barcodescanner
LibraryAndroid Barcode Scanner
Syntax
barcodeRemoved <pBarcode>
Associationscom.livecode.widget.native.android.barcodescanner
Summary

Sent when a barcode has been clicked.

OSandroid
Parameters
NameTypeDescription
pBarcode

An array of the barcode's data. See barcodeDetected for a full run down of the array's contents.

RelatedMessage: barcodeDetected, barcodeRemoved
Description

The barcodeClicked message is sent when a previously detected barcode is clicked on by the user.