Class: SystemApp

See the general App for some more information, as this class is quite similar.

new SystemApp()


Methods

close()

Closes the app and removes it from the view hierarchy.

getGuid() → {string}

Gets the apps GUID.
Returns:
The GUID
Type
string

getId() → {number}

Gets the apps instance id.
Returns:
App instance id
Type
number

hide()

Moves the app to the background (hidden).

show()

Brings the app to foreground (showing).