Initializer

init(center:name:object:)

Creates a publisher that emits events when broadcasting notifications. 通知を放送している時にイベントを発布するパブリッシャーを作成します。

Declaration 宣言

init(center: NotificationCenter, name: Notification.Name, object: AnyObject? = nil)

Parameters パラメータ

center

The notification center to publish notifications for. この通知センターに対して通知を出版することになります。

name

The name of the notification to publish. 出版する通知の名前。

object

The object posting the named notfication. If nil, the publisher emits elements for any object producing a notification with the given name. この名前付き通知を投函しているオブジェクト。nilならば、パブリッシャーは、この与えられた名前をもつ通知を生み出している何らかのオブジェクトに対して要素を発布します。