Class

device/AbstractSystem

device/AbstractSystem()

Constructor

# new device/AbstractSystem()

A System module is a constituent part of a device package. This abstract class provides a basis for the creation of a System class that can be instantiated and become a System module for a specific device.

Two examples are samsung-tizen/System and lg-webos/System.

Methods

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

Return a unique ID that is either retrieved from the device or generated by XDK's module:device/system/storageUniqueId.

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

Promise.

Promise.<String>