Instance Property
インスタンスプロパティ
isPresented
Specifies whether the user notification has been presented.
ユーザ通知が提示されたかどうかを指定します。
Declaration
宣言
var isPresented: Bool
{ get }
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 false
. It is set to true
if the notification was presented according to user preferences.
いくつかの場合には、たとえばあなたのアプリケーションが最前面の場合、通知センターは配達された通知を実際に提示しないことを決定するかもしれません。その場合には、このプロパティの値はfalse
です。通知がユーザ環境設定に従って提示されたならば、それはtrue
に設定されます。
See Also
参照
Delivery Information
配達情報
var isRemote: Bool
Specifies whether the remote was generated by a push notification.
リモートがプッシュ通知によって生成されたかどうかを指定します。
Deprecated
非推奨
var soundName: String?
Specifies the name of the sound to play when the notification is delivered.
通知が配達されるときに再生されるサウンドの名前を指定します。
Deprecated
非推奨