Skip to content

nexussmart/cordova-plugin-osbuildinfo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License

cordova-plugin-osbuildinfo

This plugin defines a global OSBuildInfo object.

window.cordova.OSBuildInfo.getInfo(callback);

function callback(result) {
	console.log(result);
}

Installation

cordova plugin add https://github.com/PetruMagdeleine/cordova-plugin-osbuildinfo.git

Supported Platforms

  • Android [ONLY]

Properties

Check Android official specs here : https://developer.android.com/reference/android/os/Build.html

  • OSBuildInfo.board
  • OSBuildInfo.bootloader
  • OSBuildInfo.brand
  • OSBuildInfo.device
  • OSBuildInfo.display
  • OSBuildInfo.fingerprint
  • OSBuildInfo.hardware
  • OSBuildInfo.host
  • OSBuildInfo.id
  • OSBuildInfo.manufacturer
  • OSBuildInfo.model
  • OSBuildInfo.product
  • OSBuildInfo.serial

About

Cordova Plugin for Android OS Build Informations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 88.2%
  • JavaScript 11.8%