Interface Device

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.

Index

Properties

Properties

public capture: Capture

public cordova: string

Get the version of Cordova running on the device.

public model: string

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.

public name: string

device.name is deprecated as of version 2.3.0. Use device.model instead.

public platform: string

Get the device's operating system name.

public uuid: string

Get the device's Universally Unique Identifier (UUID).

public version: string

Get the operating system version.