data property

String data
final

The processed barcode data retrieved from the scan.

The barcode data may have undergone transformations or additions such as preamble, prefix, suffix, or postamble based on scanner settings. Therefore, this is not necessarily the raw data directly from the barcode, but rather the processed output.

This data is decoded from the raw bytes using UTF-8 encoding.

Implementation

final String data;