application class : SendAppNotice(string) method
Description
Fires the "AppNotice" event.
Syntax
instance.SendAppNotice(string data)
Arguments
| Class | Name | Description |
| string | data | Notification data. |
Return value
None.
Sample code
| 1: | application app; |
| 2: | app.SendAppNotice("Send data"); |
Notes
None.
Links for reference
None.


