Created stub for Type:NotificationType [Automated] |
add info |
||
Line 1: | Line 1: | ||
Used to control how notifications are handled for the notifications in user space. | |||
{{Table EnumValues | {{Table EnumValues | ||
|None|0| | |None|0| Don't show a notification. | ||
|ToastOnly|1| | |ToastOnly|1| show only a notification visual. | ||
|AudioOnly|2| | |AudioOnly|2| Only play audio. | ||
|Full|3| | |Full|3| Show a visual and play a sound. | ||
}} | }} | ||
[[Category:Type]] | [[Category:Type]] | ||
[[Category:Enums]] | [[Category:Enums]] |
Latest revision as of 19:05, 26 June 2025
Used to control how notifications are handled for the notifications in user space.
Name | Value | Description |
---|---|---|
None
|
0 | Don't show a notification. |
ToastOnly
|
1 | show only a notification visual. |
AudioOnly
|
2 | Only play audio. |
Full
|
3 | Show a visual and play a sound. |