BarcodeScannerPlugin.getSupportedFormats()
PluginBarcodeScannerPlugingetSupportedFormatsLess than 1 minute
Gets the supported barcode formats.
BarcodeScannerPlugin.getSupportedFormats()
Parameters
- None
Returns
A Promise that resolves to an array of supported format names.
Example
import { barcodeScannerPlugin } from "@plaoc/plugins";
(async () => {
const res = await barcodeScannerPlugin.getSupportedFormats();
})();
Platform Compatibility
Property/Method/Event | Android | iOS | Desktop-Dev | Desktop |
---|---|---|---|---|
getSupportedFormats | ✅ | ✅ | ✅ | ✅ |
See Also
Powered by Waline v2.15.7