public class

BarcodeResult

extends Object
java.lang.Object
   ↳ com.neomades.barcode.BarcodeResult

Class Overview

Encapsulates the result of decoded bar code.

Summary

Public Constructors
BarcodeResult()
Public Methods
String getText()
Returns the raw text encoded in the bar code.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BarcodeResult ()

Public Methods

public String getText ()

Returns the raw text encoded in the bar code.

It will return null if the bar code cannot be decoded.

Returns
  • raw text encoded in the bar code