Uses of Class
alpine.notification.NotificationLevel
-
Packages that use NotificationLevel Package Description alpine.notification This package contains a minimalistic and configurable notification framework. -
-
Uses of NotificationLevel in alpine.notification
Methods in alpine.notification that return NotificationLevel Modifier and Type Method Description NotificationLevelNotification. getLevel()NotificationLevelSubscription. getLevel()static NotificationLevelNotificationLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationLevel[]NotificationLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in alpine.notification with parameters of type NotificationLevel Modifier and Type Method Description NotificationNotification. level(NotificationLevel level)voidNotification. setLevel(NotificationLevel level)Constructors in alpine.notification with parameters of type NotificationLevel Constructor Description Subscription(Class<? extends Subscriber> subscriber, NotificationLevel level)Subscription(Class<? extends Subscriber> subscriber, String scope, String group, NotificationLevel level)
-