com.google.zxing.integration.android
Class IntentResult

java.lang.Object
  extended by com.google.zxing.integration.android.IntentResult

public final class IntentResult
extends java.lang.Object

Encapsulates the result of a barcode scan invoked through IntentIntegrator.

Author:
Sean Owen

Method Summary
 java.lang.String getContents()
           
 java.lang.String getFormatName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContents

public java.lang.String getContents()
Returns:
raw content of barcode

getFormatName

public java.lang.String getFormatName()
Returns:
name of format, like "QR_CODE", "UPC_A". See BarcodeFormat for more format names.