AI-generated Key Takeaways
- 
          GmsBarcodeScanning is the entry point to get a GmsBarcodeScanner for opening a code scanner powered by Google Play services. 
- 
          The getClientmethod can be used to create a new instance of GmsBarcodeScanner, either with default options or with specified options.
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  
                    GmsBarcodeScannerwith the specified options. | 
| static GmsBarcodeScanner | 
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.
