Contents

alarmUpdates

An asynchronous sequence that emits events when the set of alarms changes.

Declaration

var alarmUpdates: some AsyncSequence<Array<Alarm>, Never> { get }

Discussion

Use this to receive a notification when an alarm alerts, snoozes, or dismisses.

See Also

Updating an alarm