Contents

NotificationsForwarding

A class for handling notification forwarding in your accessory’s data provider extension.

Declaration

final class NotificationsForwarding

Overview

Implement the NotificationsForwarding.AccessoryNotificationsHandler protocol in your AccessoryDataProvider extension to receive and manage system notifications that iOS forwards to your accessory.

Topics

Creating a notifications forwarding object

Managing notification sessions

Handling notification events

See Also

Notification receipt