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.
A value of nil means no sound is played.