Skip to content

Commit

Permalink
Tweak documentation for soundName property (#43004)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #43004

Changelog: [Internal]

Reviewed By: philIip

Differential Revision: D53734570

fbshipit-source-id: e2233b4a2f1bcb48af5d56319d215eb0ccceaa4e
  • Loading branch information
Ingrid Wang authored and facebook-github-bot committed Feb 16, 2024
1 parent da03d7b commit 713ded1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ type Notification = {|
/** Whether to silence the notification sound. */
+isSilent?: ?boolean,
/**
* Custom notification sound to play. Write-only: soundName will be null when
* accessing already created notifications using getScheduledLocalNotifications
* or getDeliveredNotifications.
* Custom notification sound. Can only be set when creating notifications.
* This will be null for notifications retrieved via
* getScheduledLocalNotifications or getDeliveredNotifications.
*/
+soundName?: ?string,
/** DEPRECATED. This was used for iOS's legacy UILocalNotification. */
Expand Down

0 comments on commit 713ded1

Please sign in to comment.