Initializer

init(notificationCenter:)

Initializes and returns a notification queue for the specified notification center. 指定された通知センターに対する通知キューを初期化して返します。

Declaration 宣言

init(notificationCenter: NotificationCenter)

Parameters パラメータ

notificationCenter

The notification center to be used by the notification queue. 通知キューによって使われることになる通知センター。

Return Value 戻り値

The newly initialized notification queue. 新しく初期化された通知キュー。

Discussion 議論

This is the designated initializer for the NotificationQueue class. これは、NotificationQueueクラスに対する指定イニシャライザです。

See Also 参照

Related Documentation 関連文書