Class

base-modules/system/HTML5System

base-modules/system/HTML5System()

Constructor

# new base-modules/system/HTML5System()

System base class to handle the HTML5 system related functionality.

Extends

Methods

# getModel() → {String}

Return the model of the detected device, or dummy value if it is not detectable.

See:
String

# getUniqueId() → {Promise.<String>}

Return a unique ID that persist on default device storage, which may get erased upon uninstallation of the app.

Overrides:
See:
  • module:device/system/storageUniqueId.getUniqueId

Promise, wrapping an UUID generated.

Promise.<String>

# isHDRTVSupported() → {Boolean}

Whether device supports HDR

false

Boolean

# static getDeviceYear()

Return the year when the hardware is being released. Not always available.

# static getFirmwareYear()

Return the year of the firmware being released. Not always available.