application class : SendAppNotice(string) method

Description

Fires the "AppNotice" event.

Syntax

instance.SendAppNotice(string data)

Arguments

ClassNameDescription
stringdataNotification data.

Return value

None.

Sample code

1:

application app;

2:

app.SendAppNotice("Send data");

Notes

None.

Links for reference

None.

Copyright © Cooker All rights reserved.