Interface Notification
public interface Notification
-
Method Summary
Modifier and TypeMethodDescriptionraise(NotificationSeverity severity) Raises a pop-up on user's desktop with this notification for specifiedseverity.
-
Method Details
-
raise
Raises a pop-up on user's desktop with this notification for specifiedseverity.- Parameters:
severity- notification severity- Returns:
- stage that is completed when notification is raised, never
null
-