Barcode Data Transformer

Defined in package com.scandit.datacapture.barcode.data

BarcodeDataTransformer
interface BarcodeDataTransformer

Added in version 7.4.0

Transformer interface for Barcode matching.

transformBarcodeData(data)
@NonNull String transformBarcodeData(@NonNull String data)

Added in version 7.4.0

Invoked for each detected barcode. The implementation should return the same barcode data, which may or may not be transformed from the original, or null if the barcode should be ignored entirely. Note that this method is executed on a background thread.