Plumb in the macOS soundName property for notifications.

This commit is contained in:
Charlie Hess 2017-08-17 00:06:27 -07:00
parent 4bc4a0c45b
commit 0cfae1cc2b
No known key found for this signature in database
GPG key ID: 12C6D6B5324956AB
5 changed files with 20 additions and 1 deletions

View file

@ -37,6 +37,7 @@ Returns `Boolean` - Whether or not desktop notifications are supported on the cu
* `icon` [NativeImage](native-image.md) - (optional) An icon to use in the notification
* `hasReply` Boolean - (optional) Whether or not to add an inline reply option to the notification. _macOS_
* `replyPlaceholder` String - (optional) The placeholder to write in the inline reply input field. _macOS_
* `soundName` String - (optional) The name of the sound file to play when the notification is shown. _macOS_
* `actions` [NotificationAction[]](structures/notification-action.md) - (optional) Actions to add to the notification. Please read the available actions and limitations in the `NotificationAction` documentation _macOS_