Uses of Class
page.codeberg.friedolyn.notifications.NtfyNotifier
Packages that use NtfyNotifier
Package
Description
-
Uses of NtfyNotifier in page.codeberg.friedolyn.configuration
Fields in page.codeberg.friedolyn.configuration declared as NtfyNotifierModifier and TypeFieldDescriptionprivate NtfyNotifierNotifications.ntfyNotifierThe notifier that will be used to send the push notifications to the user's device via the Ntfy service.Methods in page.codeberg.friedolyn.configuration that return types with arguments of type NtfyNotifierModifier and TypeMethodDescription@NonNull Optional<NtfyNotifier> Notifications.getNtfyNotifier()Methods in page.codeberg.friedolyn.configuration with parameters of type NtfyNotifierModifier and TypeMethodDescriptionvoidNotifications.setNtfyNotifier(@NonNull NtfyNotifier ntfyNotifier) Updates theNotifications.includeGradesfield to the exact reference of the given object. -
Uses of NtfyNotifier in page.codeberg.friedolyn.gui
Methods in page.codeberg.friedolyn.gui that return types with arguments of type NtfyNotifierModifier and TypeMethodDescriptionstatic @NonNull GUI.DialogResult<@NonNull NtfyNotifier> GUI.openSetupNtfyDialogWindow(@NonNull Configuration configuration) Opens a dialog window that asks the user to configure aNtfyNotifierfor push notifications. -
Uses of NtfyNotifier in page.codeberg.friedolyn.gui.controllers
Fields in page.codeberg.friedolyn.gui.controllers declared as NtfyNotifierModifier and TypeFieldDescriptionprivate NtfyNotifierSetupNtfyDialogController.ntfyNotifierThe user's input as aNtfyNotifier.Methods in page.codeberg.friedolyn.gui.controllers that return types with arguments of type NtfyNotifierModifier and TypeMethodDescription@NonNull Optional<NtfyNotifier> SetupNtfyDialogController.getResult() -
Uses of NtfyNotifier in page.codeberg.friedolyn.notifications
Methods in page.codeberg.friedolyn.notifications that return NtfyNotifier