Instance Property インスタンスプロパティ

object

The object associated with the notification. 通知と結び付けられたオブジェクト。

Declaration 宣言

var object: Any? { get }

Discussion 議論

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. 一般的にあなたはこのメソッドを使って、どんなオブジェクトが通知を依頼したかを、あなたが通知を受け取った時に見つけ出します。

See Also 参照

Getting Notification Information 通知情報を得る