com.google.zxing.integration.android
Class IntentResult

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

public final class IntentResult
extends Object

Encapsulates the result of a barcode scan invoked through. IntentIntegrator.

Author:
Sean Owen

Method Summary
 String getContents()
          Gets the contents.
 String getFormatName()
          Gets the format name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContents

public String getContents()
Gets the contents.

Returns:
raw content of barcode

getFormatName

public String getFormatName()
Gets the format name.

Returns:
name of format, like "QR_CODE", "UPC_A". See BarcodeFormat for more format names.