BarcodeScannerPlugin.getSupportedFormats()

BFChainAugust 11, 2023
  • Plugin
  • BarcodeScannerPlugin
  • getSupportedFormats
Less 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/plugin";

(async () => {
  const res = await barcodeScannerPlugin.getSupportedFormats();
})();

Platform Compatibility

Property/Method/EventAndroidiOSDesktop-DevDesktop
getSupportedFormats

See Also

BarcodeScannerPlugin

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