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

presented

Specifies whether the user notification has been presented. ユーザ通知が提示されたかどうかを指定します。

Declaration 宣言

@property(readonly, getter=isPresented) BOOL presented;

Discussion 議論

In some cases, for example when your application is frontmost, the notification center may decide not to actually present a delivered notification. In that case, the value of this property is NO. It is set to YES if the notification was presented according to user preferences. いくつかの場合には、たとえばあなたのアプリケーションが最前面の場合、通知センターは配達された通知を実際に提示しないことを決定するかもしれません。その場合には、このプロパティの値はNOです。通知がユーザ環境設定に従って提示されたならば、それはYESに設定されます。

See Also 参照

Delivery Information 配達情報