This plugin defines a global device object, which describes the device's hardware and software. Although the object is in the global scope, it is not available until after the deviceready event.
Get the version of Cordova running on the device.
The device.model returns the name of the device's model or product. The value is set by the device manufacturer and may be different across versions of the same product.
device.name is deprecated as of version 2.3.0. Use device.model instead.
Get the device's operating system name.
Get the device's Universally Unique Identifier (UUID).
Get the operating system version.