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

activationType

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

Declaration 宣言

@property(readonly) NSUserNotificationActivationType activationType;

Discussion 議論

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

See Also 参照

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