var name: NSNotification.Name
The name of the notification.
通知の名前。
var userInfo : [AnyHashable : Any]?
The user information dictionary associated with the notification.
通知と結び付けられたユーザ情報辞書。
Availability 有効性
Technology
var object: Any? { get }
This is often the object that posted this notification. これは概してこの通知を投函したオブジェクトです。
Typically you use this method to find out what object a notification applies to when you receive a notification. 一般的にあなたはこのメソッドを使って、どんなオブジェクトが通知を依頼したかを、あなたが通知を受け取った時に見つけ出します。
var name: NSNotification.Name
var userInfo : [AnyHashable : Any]?