var object: Any?
The object associated with the notification.
通知と結び付けられたオブジェクト。
var userInfo : [AnyHashable : Any]?
The user information dictionary associated with the notification.
通知と結び付けられたユーザ情報辞書。
Availability 有効性
Technology
var name: NSNotification
.Name
{ get }
Typically you use this property to find out what kind of notification you are dealing with when you receive a notification. 一般的にあなたはこのプロパティを使って、どんな種類の通知をあなたが取り扱っているかを、あなたが通知を受け取った時に見つけ出します。
Notification names can be any string. To avoid name collisions, you might want to use a prefix that’s specific to your application. 通知名は、どんな文字列でも可能です。名前衝突を防ぐために、あなたのアプリケーションに特有である接頭辞をあなたは使いたいかもしれません。
var object: Any?
var userInfo : [AnyHashable : Any]?