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

Homey.ManagerNotifications

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

Table of Contents

Methods

registerNotification(notification, callback)

Create a notification

Parameters:
Name Type Description
notification Notification
callback genericCallbackFunction