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.
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>