static UserNotificationWithFeedback |
UserNotificationWithFeedback.notificationWithFeedback() |
Creates a notification with empty caption and text.
|
UserNotificationWithFeedback |
UserNotificationWithFeedback.withCaption(java.lang.Class<?> bundleClass,
java.lang.String resourceName,
java.lang.Object... params) |
Associates a caption to the notification, retrieved from a resource bundle.
|
UserNotificationWithFeedback |
UserNotificationWithFeedback.withCaption(java.lang.String caption) |
Associates a caption to the notification.
|
UserNotificationWithFeedback |
UserNotificationWithFeedback.withFeedback(UserNotificationWithFeedback.Feedback feedback) |
|
UserNotificationWithFeedback |
UserNotificationWithFeedback.withText(java.lang.Class<?> bundleClass,
java.lang.String resourceName,
java.lang.Object... params) |
Associates a text to the notification, retrieved from a resource bundle.
|
UserNotificationWithFeedback |
UserNotificationWithFeedback.withText(java.lang.String text) |
Associates a text to the notification.
|