var name: Notification.Name
A tag identifying the notification.
通知を識別するタグ。
var userInfo : [AnyHashable : Any]?
Storage for values or objects related to this notification.
この通知に関係する値またはオブジェクトに対するストレージ。
Availability 有効性
Technology
var object: Any?
Typically this is the object that posted the notification. 一般的にこれは通知をポストしたオブジェクトです。
var name: Notification.Name
var userInfo : [AnyHashable : Any]?