Package totalcross.notification
Class Notification
- java.lang.Object
-
- totalcross.notification.Notification
-
public class Notification extends java.lang.ObjectA class that represents how a persistent notification is to be presented to the user using theNotificationManager.Notifications can only be created by using the The
Notification.Builder.- Since:
- TotalCross 4.2.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNotification.BuilderBuilder class for Notification objects.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringtext()The content text of this notificationjava.lang.Stringtitle()The title of this notification
-