Methods
(async) getInstalled(appInstance) → {Promise.<boolean>}
Check whether an app is installed, enabled and running.
Parameters:
Name | Type | Description |
---|---|---|
appInstance |
ApiApp
|
Returns:
- Type:
-
Promise.<boolean>
(async) getVersion(appInstance) → {Promise.<string>}
Get an installed app's version.
Parameters:
Name | Type | Description |
---|---|---|
appInstance |
ApiApp
|
Returns:
- Type:
-
Promise.<string>