struct NotificationCenter.Publisher
A publisher that emits elements when broadcasting notifications.
通知を放送している時に要素を発布するパブリッシャー。
Availability 有効性
Technology
func publisher(for name: Notification
.Name
, object: AnyObject
? = nil) -> NotificationCenter
.Publisher
name
The name of the notification to publish. 出版する通知の名前。
object
The object posting the named notification. If nil
, the publisher emits elements for any object producing a notification with the given name.
名前指定された通知を投函しているオブジェクト。nil
ならば、パブリッシャーは、この与えられた名前をもつ通知を生み出している何らかのオブジェクトに対して要素を発布します。
struct NotificationCenter.Publisher