Skip to main content

BarcodeScannerPlugin.getSupportedFormats()

BFChainPluginBarcodeScannerPlugingetSupportedFormatsLess 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/EventAndroidiOSDesktop-DevDesktop
getSupportedFormats

See Also

BarcodeScannerPlugin

Comments
  • Latest
  • Oldest
  • Hottest
Powered by Waline v2.15.7