Namespace: hardware

hardware

Source:

Methods

(static) getBatteryDetails() → {Object}

Returns battery details

Source:
Returns:
Type
Object

(static) getCpuArch() → {String}

Source:
Returns:

CPU type

Type
String

(static) getCpuCores() → {String}

Returns number of CPU cores

Source:
Returns:
Type
String

(static) getCpuDetails() → {String}

Returns CPU details

Source:
Returns:
Type
String

(static) getGpuDetails() → {object}

Returns GPU details

Source:
Returns:
Type
object

(static) getMemory() → {String}

Returns RAM (GiB)

Source:
Returns:
Type
String

(static) getScreenSize() → {Object}

Returns zombie screen size and color depth.

Source:
Returns:
Type
Object

(static) isEricsson() → {Boolean}

Is Ericsson?

Source:
Returns:

true or false.

Type
Boolean

(static) isGameConsole() → {Boolean}

Returns true if the browser is on a game console

Source:
Returns:

true or false

Type
Boolean

(static) isGoogle() → {Boolean}

Is Google?

Source:
Returns:

true or false.

Type
Boolean

(static) isHtc() → {Boolean}

Is HTC?

Source:
Returns:

true or false.

Type
Boolean

(static) isLaptop() → {Boolean}

Is a Laptop?

Source:
Returns:

true or false.

Type
Boolean

(static) isMobileDevice() → {Boolean}

Returns true if the browser is on a Mobile device

Source:
Returns:

true or false

Type
Boolean

(static) isMotorola() → {Boolean}

Is Motorola?

Source:
Returns:

true or false.

Type
Boolean

(static) isNokia() → {Boolean}

Is Nokia?

Source:
Returns:

true or false.

Type
Boolean

(static) isTouchEnabled() → {Boolean}

Is touch enabled?

Source:
Returns:

true or false.

Type
Boolean

(static) isVirtualMachine() → {Boolean}

Is virtual machine?

Source:
Returns:

true or false.

Type
Boolean

(static) isZune() → {Boolean}

Is Zune?

Source:
Returns:

true or false.

Type
Boolean