generated from NativeScript/plugin-seed
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
Hi, the detection event problem seems to be fixed with the alpha 4.
I just have an issue, the readme says:
onDetection(event: DetectionEvent){
if(event.type === DetectionType.Barcode){
const barcode: BarcodeResult = data;
}
But where data comes from ?
If i try to do = event.data it tells me that i cant because event.data is type [key:string].
Thank you
Metadata
Metadata
Assignees
Labels
No labels