cordova-plugin-imei

1.1.0 • Public • Published

cordova-plugin-IMEI

To install this plugin, follow the Command-line Interface Guide.

If you are not using the Cordova Command-line Interface, follow Using Plugman to Manage Plugins.

Exposes 1 methods:

  • get: returns IMEI as string

Each method takes two arguments, success and error functions.

Usage examples:

window.plugins.imei.get(
  function(imei) {
    console.log("got imei: " + imei);
  },
  function() {
    console.log("error loading imei");
  }
);

This plugin extended and uploaded to NPM by Simon Visser for corporate use. Contact me at simon.visser0@gmail.com if this publish is an issue.

Original Author: https://github.com/aquto/cordova-plugin-imei

Package Sidebar

Install

npm i cordova-plugin-imei

Weekly Downloads

44

Version

1.1.0

License

ISC

Last publish

Collaborators

  • drsatan1