1.0.0 • Published 7 years ago

cordova-plugin-ktb-device v1.0.0

Weekly downloads
6
License
ISC
Repository
github
Last release
7 years ago

Cordova Device plugin

for iOS and Android, by ktb

Description

获取设备基本信息插件,支持android、ios平台

  • 1.0.0 Works with Cordova 3.x
  • 1.0.1+ Works with Cordova >= 4.0

Installation

cordova plugin add cordova-plugin-ktb-device

Usage

 
	var exec = require('cordova/exec');

	exports.getDeviceInfo = function(success, error) {
	exec(success, error, "DeviceInfo", "getDeviceInfo", []);
	};