com.google.zxing.client.android.result
Class ResultHandlerFactory

java.lang.Object
  extended by com.google.zxing.client.android.result.ResultHandlerFactory

public final class ResultHandlerFactory
extends java.lang.Object

Manufactures Android-specific handlers based on the barcode content's type.

Author:
dswitkin@google.com (Daniel Switkin)

Method Summary
static ResultHandler makeResultHandler(CaptureActivity activity, Result rawResult)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

makeResultHandler

public static ResultHandler makeResultHandler(CaptureActivity activity,
                                              Result rawResult)