You are currently viewing the Homey Apps SDK v2 documentation. New apps should use Homey Apps SDK v3 ››

Homey.ManagerApps

const { ManagerApps } = require('homey');

Table of Contents

Methods

getInstalled(appInstance, callbackopt) → {Promise}

Check whether an app is installed, enabled and running.

Parameters:
Name Type Attributes Description
appInstance ApiApp
callback function <optional>
Name Type Description
err Error
installed boolean
Returns:
Type:
Promise

getVersion(appInstance, callbackopt) → {Promise}

Get an installed app's version.

Parameters:
Name Type Attributes Description
appInstance ApiApp
callback function <optional>
Name Type Description
err Error
version string
Returns:
Type:
Promise