The Notification object can be used to put messages in the notification drawer.
The
Use the SetMessage method to tell the object what to display
notify.SetMessage( ticker, title, text );
The Notify method tells it to send the notification:
notify.Notify( id );
When the user touches your notification, your app will come to the front, even if it was not running.
If you use more than one notification, app.GetNotifyId can be used to check which notification was pressed by the user.
Properties
The following properties are available on the Notification object:
Methods
The following methods are available on the Notification object: