Socket
Book a DemoInstallSign in
Socket

cordova-plugin-honeywell-barcode-scanner

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-honeywell-barcode-scanner

Cordova plugin for Android Honeywell barcode scanner.

0.0.12
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

cordova-plugin-honeywell-barcode-scanner

Cordova plugin for Android Honeywell barcode scanner.

This plugin uses Honeywell's Android Data Collection Java API V1.90

Installation

cordova plugin add cordova-plugin-honeywell-barcode-scanner --save

Supported Platforms

  • Android

Usage

Listen to barcode scans as follows

cordova.plugins.honeywell.barcode.onBarcodeScanned(result => {
    console.log("data", result.data); // actual barcode data
    console.log("code", result.code);
    console.log("charset", result.charset);
    console.log("aim-id", result.aimId);
    console.log("timestamp", result.timestamp);
}, error => {
    console.error(error);
})

Keywords

cordova

FAQs

Package last updated on 24 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.