System.notify(): Difference between revisions
(Created page with "Send a Notification direct to the Windows Desktop of the User {{ClientsideCode| <pre> mp.system.notify({ title: string, text: string, attribute: string, duration: int, silent...") |
No edit summary |
||
| Line 1: | Line 1: | ||
Send a Notification direct to the | Send a Notification direct to the Desktop of the User | ||
{{ClientsideCode| | {{ClientsideCode| | ||
Latest revision as of 08:51, 7 January 2021
Send a Notification direct to the Desktop of the User
Client-Side
mp.system.notify({ title: string, text: string, attribute: string, duration: int, silent: bool })
Arguments
- title: String
- text: String
- attribute: String
- duration: Int
- silent: Boolean