GmsBarcodeScanning

public final class GmsBarcodeScanning extends Object

Entry point to get a GmsBarcodeScanner for opening a code scanner powered by Google Play services.

Public Method Summary

static GmsBarcodeScanner
getClient(Context context, GmsBarcodeScannerOptions options)
Creates a new instance of GmsBarcodeScanner with the specified options.
static GmsBarcodeScanner
getClient(Context context)
Creates a new instance of GmsBarcodeScanner with the default options.

Inherited Method Summary

Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Methods

public static GmsBarcodeScanner getClient (Context context, GmsBarcodeScannerOptions options)

Creates a new instance of GmsBarcodeScanner with the specified options.

public static GmsBarcodeScanner getClient (Context context)

Creates a new instance of GmsBarcodeScanner with the default options.