var isPresented : Bool
Specifies whether the user notification has been presented.
ユーザ通知が提示されたかどうかを指定します。
var soundName : String?
Specifies the name of the sound to play when the notification is delivered.
通知が配達されるときに再生されるサウンドの名前を指定します。
Availability 有効性
Technology
var isRemote: Bool
{ get }
If this property is true
then the user notification was generated by a push notification (that is, remotely); if false
it was generated locally.
このプロパティがtrue
ならばそのときユーザ通知はプッシュ通知によって生成されました(すなわち、リモートに);false
ならばそれはローカルに生成されました。
var isPresented : Bool
var soundName : String?