Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MWaylabsDevicePlugin

additional information provided by forked device plugin of M-Way Labs.

Notice, all additional properties are optional as it can not be guaranteed that the device plugin is the modified version.

see

https://github.com/mwaylabs/cordova-plugin-device

Hierarchy

  • Device
    • MWaylabsDevicePlugin

Hierarchy-Diagram

Index

Properties

Optional appIdentifier

appIdentifier: string

Optional appVersionCode

appVersionCode: string

Optional appVersionName

appVersionName: string

cordova

cordova: string

Get the version of Cordova running on the device.

isVirtual

isVirtual: boolean

Whether the device is running on a simulator.

manufacturer

manufacturer: string

Get the device's manufacturer.

model

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.

Optional name

name: string

platform

platform: string

Get the device's operating system name.

serial

serial: string

Get the device hardware serial number.

uuid

uuid: string

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

version

version: string

Get the operating system version.

Generated using TypeDoc