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

soundName

Specifies the name of the sound to play when the notification is delivered. 通知が配達されるときに再生されるサウンドの名前を指定します。

Declaration 宣言

var soundName: String? { get set }

Discussion 議論

Passing the NSUserNotificationDefaultSoundName constant causes the default notification center sound to be played. NSUserNotificationDefaultSoundName定数を渡すことは、省略時の通知センターサウンドが再生されることを引き起こします。

A value of nil means no sound is played. nilの値は、サウンドが再生されないのを意味します。

See Also 参照

Delivery Information 配達情報