Contents

NotificationsForwarding.AccessoryNotificationsHandler

A protocol that defines methods for handling notification lifecycle events in your extension.

Declaration

protocol AccessoryNotificationsHandler : Sendable

Overview

Implement this protocol in your app’s AccessoryDataProvider extension to receive, update, and remove notifications forwarded to your accessory.

Topics

Receiving notifications

Updating notifications

Removing notifications

Receiving accessory messages

Instance Methods

See Also

Notification receipt