public class ZXingScanResult extends BaseRecognitionResult
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<ZXingScanResult> |
CREATOR
Parcelable creator object
|
| Modifier | Constructor and Description |
|---|---|
|
ZXingScanResult(long data,
boolean empty,
boolean valid) |
protected |
ZXingScanResult(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
BarcodeType |
getBarcodeType()
Returns the type of barcode scanned with ZXing recognizer.
|
BarcodeDetailedData |
getExtendedRawData()
Returns the raw extended barcode data for code39.
|
java.lang.String |
getExtendedStringData()
Returns the string representation of extended data of code39.
|
BarcodeDetailedData |
getRawData()
Returns the raw barcode data.
|
java.lang.String |
getStringData()
Returns the string representation of data inside barcode.
|
java.lang.String |
getTitle() |
java.lang.String |
toString() |
describeContents, getIntElement, getResultHolder, getStringElement, isEmpty, isValid, log, writeToParcelpublic static final android.os.Parcelable.Creator<ZXingScanResult> CREATOR
public ZXingScanResult(long data,
boolean empty,
boolean valid)
protected ZXingScanResult(android.os.Parcel in)
@Nullable public BarcodeType getBarcodeType()
@Nullable public java.lang.String getStringData()
@Nullable public java.lang.String getExtendedStringData()
@Nullable public BarcodeDetailedData getRawData()
@Nullable public BarcodeDetailedData getExtendedRawData()
public java.lang.String toString()
toString in class BaseRecognitionResultpublic java.lang.String getTitle()
getTitle in class BaseRecognitionResult