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

name

The name of the notification. 通知の名前。

Declaration 宣言

var name: NSNotification.Name { get }

Discussion 議論

Typically you use this property to find out what kind of notification you are dealing with when you receive a notification. 一般的にあなたはこのプロパティを使って、どんな種類の通知をあなたが取り扱っているかを、あなたが通知を受け取った時に見つけ出します。

Special Considerations 特別な注意事項

Notification names can be any string. To avoid name collisions, you might want to use a prefix that’s specific to your application. 通知名は、どんな文字列でも可能です。名前衝突を防ぐために、あなたのアプリケーションに特有である接頭辞をあなたは使いたいかもしれません。

See Also 参照

Getting Notification Information 通知情報を得る