The notification center to publish notifications for. この通知センターに対して通知を出版することになります。
Initializerinit(center:
init(center:name:object:)
Creates a publisher that emits events when broadcasting notifications.
通知を放送している時にイベントを発布するパブリッシャーを作成します。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 11.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
init(center: NotificationCenter
, name: Notification
.Name
, object: AnyObject
? = nil)
Parameters パラメータ
center
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
ならば、パブリッシャーは、この与えられた名前をもつ通知を生み出している何らかのオブジェクトに対して要素を発布します。