Skip to content

Commit

Permalink
README.md: sound-property not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
GitToTheHub committed Aug 18, 2024
1 parent 6d8c93f commit de438bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ A notification does have a set of configurable properties.
| progressBar | x | - | Natively not supported by iOS, [see Stackoverflow](https://stackoverflow.com/questions/48500532/progress-view-in-local-notification/48500734#48500734) |
| silent | | | |
| smallIcon | | | |
| sound | | | |
| sound | (x) | (x) | Property available but not useable. Cannot used to play a sound file. In Android it's only possible up to Android 7.1. Since Android 8, the channels take precedence and a channel would have to be created with a sound file, but this is not implemented yet. In iOS it would be possible, but must be implemented too. |
| sticky | | | |
| summary | | | |
| text | | | |
Expand Down

0 comments on commit de438bf

Please sign in to comment.