remote
Specifies whether the remote was generated by a push notification.
リモートがプッシュ通知によって生成されたかどうかを指定します。
soundName
Specifies the name of the sound to play when the notification is delivered.
通知が配達されるときに再生されるサウンドの名前を指定します。
Availability 有効性
Technology
@property(readonly, getter=isPresented) BOOL presented;
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
に設定されます。