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

activationType

Specifies what caused a user notification to occur. ユーザ通知が発生する原因となったのは何かを指定します。

Declaration 宣言

var activationType: NSUserNotification.ActivationType { get }

Discussion 議論

This property specifies why the user notification was sent to to the NSUserNotificationCenterDelegate method userNotificationCenter(_:didActivate:). The supported values are described in NSUserNotification.ActivationType. このプロパティは、なぜユーザ通知がNSUserNotificationCenterDelegateのメソッドuserNotificationCenter(_:didActivate:)に送られたかを指定します。サポートされる値は、NSUserNotification.ActivationTypeにおいて記述されます。

See Also 参照

User Notification Activation Method ユーザ通知活性化メソッド