Package totalcross.notification
Class NotificationManager
- java.lang.Object
-
- totalcross.notification.NotificationManager
-
public class NotificationManager extends java.lang.ObjectClass to notify the user of events that happen. This is how you tell the user that something has happened in the background.- Since:
- TotalCross 4.2.0
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NotificationManagergetInstance()voidnotify(Notification notification)Post a notification to be shown in the status bar.
-
-
-
Method Detail
-
getInstance
public static NotificationManager getInstance()
-
notify
public void notify(Notification notification)
Post a notification to be shown in the status bar.- Parameters:
notification-
-
-