public class Notification extends Object
Constructor and Description |
---|
Notification(NotificationType type,
String message) |
Notification(NotificationType type,
String message,
boolean autoClose) |
Notification(NotificationType type,
String message,
boolean sound,
boolean autoClose) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
NotificationType |
getType() |
boolean |
isAutoClose() |
boolean |
isSound() |
public Notification(NotificationType type, String message)
public Notification(NotificationType type, String message, boolean autoClose)
public Notification(NotificationType type, String message, boolean sound, boolean autoClose)
public String getMessage()
public NotificationType getType()
public boolean isAutoClose()
public boolean isSound()
Copyright © 2010-2025 Qcadoo Limited