Uses of Class
page.codeberg.friedolyn.notifications.UnifiedPushNotifier
Packages that use UnifiedPushNotifier
Package
Description
-
Uses of UnifiedPushNotifier in page.codeberg.friedolyn.configuration
Fields in page.codeberg.friedolyn.configuration declared as UnifiedPushNotifierModifier and TypeFieldDescriptionprivate UnifiedPushNotifier
Notifications.unifiedPushNotifier
The notifier that will be used to send the push notifications to the user's device via the UnifiedPush service.Methods in page.codeberg.friedolyn.configuration that return types with arguments of type UnifiedPushNotifierModifier and TypeMethodDescription@NonNull Optional
<UnifiedPushNotifier> Notifications.getUnifiedPushNotifier()
Methods in page.codeberg.friedolyn.configuration with parameters of type UnifiedPushNotifierModifier and TypeMethodDescriptionvoid
Notifications.setUnifiedPushNotifier
(@NonNull UnifiedPushNotifier unifiedPushNotifier) Updates theNotifications.includeGrades
field to the exact reference of the given object. -
Uses of UnifiedPushNotifier in page.codeberg.friedolyn.gui
Methods in page.codeberg.friedolyn.gui that return types with arguments of type UnifiedPushNotifierModifier and TypeMethodDescriptionstatic @NonNull GUI.DialogResult
<@NonNull UnifiedPushNotifier> GUI.openSetupUnifiedPushDialogWindow
(@NonNull Configuration configuration) Opens a dialog window that asks the user to configure aUnifiedPushNotifier
for push notifications. -
Uses of UnifiedPushNotifier in page.codeberg.friedolyn.gui.controllers
Fields in page.codeberg.friedolyn.gui.controllers declared as UnifiedPushNotifierModifier and TypeFieldDescriptionprivate UnifiedPushNotifier
SetupUnifiedPushDialogController.notifier
The user's input as aUnifiedPushNotifier
.Methods in page.codeberg.friedolyn.gui.controllers that return types with arguments of type UnifiedPushNotifierModifier and TypeMethodDescription@NonNull Optional
<UnifiedPushNotifier> SetupUnifiedPushDialogController.getResult()
-
Uses of UnifiedPushNotifier in page.codeberg.friedolyn.notifications
Methods in page.codeberg.friedolyn.notifications that return UnifiedPushNotifier