Uses of Enum Class
page.codeberg.friedolyn.notifications.Notifier.Mood
Packages that use Notifier.Mood
-
Uses of Notifier.Mood in page.codeberg.friedolyn.notifications
Methods in page.codeberg.friedolyn.notifications that return Notifier.MoodModifier and TypeMethodDescriptionstatic Notifier.MoodReturns the enum constant of this class with the specified name.static Notifier.Mood[]Notifier.Mood.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in page.codeberg.friedolyn.notifications with parameters of type Notifier.MoodModifier and TypeMethodDescriptionvoidEMailNotifier.sendNotification(@NonNull String subject, @NonNull String summary, @NonNull String message, File attachment, @NonNull Notifier.Mood mood) voidEMailNotifier.sendNotification(@NonNull String subject, @NonNull String summary, @NonNull String message, @NonNull Notifier.Mood mood) Sends an e-mail to the user, notifying them about the given subject, summary and message, but without any attachment.(package private) abstract voidNotifier.sendNotification(@NonNull String subject, @NonNull String summary, @NonNull String message, @NonNull Notifier.Mood mood) Sends a notification with the given subject, summary and message to the user.voidNtfyNotifier.sendNotification(@NonNull String subject, @NonNull String summary, @NonNull String message, @NonNull Notifier.Mood mood) Sends a push notification to the user's device via the Ntfy service.voidUnifiedPushNotifier.sendNotification(@NonNull String subject, @NonNull String summary, @NonNull String message, @NonNull Notifier.Mood mood) Sends a notification with the given subject, summary and message to the user.