AI-generated Key Takeaways
-
The GmsBarcodeScanner is a client used to initiate a code scanner powered by Google Play services.
-
GmsBarcodeScannerOptions allows customization of the scanner, and GmsBarcodeScannerOptions.Builder helps in creating those options.
-
GmsBarcodeScanning serves as the entry point for accessing and utilizing the GmsBarcodeScanner for barcode scanning functionality.
Interfaces
GmsBarcodeScanner | A client to open a code scanner powered by Google Play services. |
Classes
GmsBarcodeScannerOptions | Options for GmsBarcodeScanner . |
GmsBarcodeScannerOptions.Builder | Builder to build out a GmsBarcodeScannerOptions . |
GmsBarcodeScanning | Entry point to get a GmsBarcodeScanner
for opening a code scanner powered by Google Play services. |