Public Member Functions | |
String | getContents () |
String | getFormatName () |
Package Functions | |
IntentResult (String contents, String formatName) | |
Private Attributes | |
final String | contents |
final String | formatName |
Encapsulates the result of a barcode scan invoked through IntentIntegrator.
Definition at line 24 of file IntentResult.java.
com.google.zxing.IntentResult.IntentResult | ( | String | contents, |
String | formatName | ||
) | [inline, package] |
Definition at line 27 of file IntentResult.java.
String com.google.zxing.IntentResult.getContents | ( | ) | [inline] |
Definition at line 34 of file IntentResult.java.
String com.google.zxing.IntentResult.getFormatName | ( | ) | [inline] |
BarcodeFormat
for more format names. Definition at line 40 of file IntentResult.java.
final String com.google.zxing.IntentResult.contents [private] |
Definition at line 25 of file IntentResult.java.
final String com.google.zxing.IntentResult.formatName [private] |
Definition at line 26 of file IntentResult.java.