BarcodeScanner: OnReadComplete

Invoked when the scanner completes a read operation.

Note: This event does not support multiple subscription. Previous subscription will be lost if subscribe twice.

⚡ Event

void xxxxxxxxxxxxxxxxx (
    sender: object, 
    product: Product, 
    result: integer, 
    code: string
);

⚙️ Parameters

Name Type Description
sender Object The object associated with the changed property
product Product The product being read
result Integer Integer value representing the result:
  • 1 = Good
  • 2 = No Read
  • 3 = Multi Read Success
  • 4 = Multi Read Failure
code String Value of the code