public final class IntentResult extends Object
Encapsulates the result of a barcode scan invoked through IntentIntegrator
.
Modifier and Type | Method and Description |
---|---|
String |
getContents() |
String |
getErrorCorrectionLevel() |
String |
getFormatName() |
Integer |
getOrientation() |
byte[] |
getRawBytes() |
String |
toString() |
public String getContents()
public String getFormatName()
BarcodeFormat
for more format names.public byte[] getRawBytes()
public Integer getOrientation()
public String getErrorCorrectionLevel()
Copyright © 2007–2016. All rights reserved.