GmsBarcodeScanning

  • GmsBarcodeScanning is the entry point for accessing a Google Play services-powered barcode scanner.

  • It provides methods to create a GmsBarcodeScanner instance with custom or default options.

  • The getClient methods are used to obtain an instance of the barcode scanner.

  • The scanner is intended for use with Android applications.

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

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.