Contents

NotificationsForwarding.AccessoryNotificationsSession

A protocol that enables communication between your extension and the system.

Declaration

protocol AccessoryNotificationsSession : Sendable

Overview

Use the session object provided to NotificationsForwarding/AccessoryNotificationsHandler/activate(for:) to send messages to your accessory and communicate notification responses back to the system.

Topics

Sending messages to accessory

Communicating responses

Removing notifications

See Also

Managing notification sessions