文書   >   Foundation   >   Notifications   >   Notification   >   Name
型エイリアス
Name
通知の名前を表すために使用される型のエイリアス。
宣言
typealias Notification.Name = NSNotification.Name
以下も見よ
通知の作成
init(name: Notification.Name, object: Any?, userInfo: [AnyHashable : Any]?)
新しい通知を初期化します。
通知の名前に使用される型。