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.Mood
Returns 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 TypeMethodDescriptionvoid
EMailNotifier.sendNotification
(@NonNull String subject, @NonNull String summary, @NonNull String message, File attachment, @NonNull Notifier.Mood mood) void
EMailNotifier.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 void
Notifier.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.void
NtfyNotifier.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.void
UnifiedPushNotifier.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.