Contents

didActivate(for:)

Establishes a notification session for communication with the system.

Declaration

func didActivate(for session: NotificationsForwarding.Session)

Parameters

  • session:

    A session object that enables communication with the system.

Discussion

Store the session reference to use across multiple notification life cycle events for sending messages to your accessory and communicating responses back to the system.

See Also

Managing the session life cycle