Class

NotificationCenter.Notifications

An asynchronous sequence of notifications generated by a notification center.

Declaration 宣言

final class Notifications

Overview 概要

Use the notifications(named:object:) method to create an instance of this type, then iterate over its members with the for-await-in syntax.

Topics 話題

Finding Elements 要素を見つける

Selecting Elements 要素の選択

Excluding Elements 要素を排除する

Transforming a Sequence シーケンスを変形する

Creating an Iterator イテレータを作成する

Supporting Types 支援を行う型

Relationships 関係

Conforms To 次に準拠

See Also 参照

Receiving Notifications as an Asynchronous Sequence