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 UnifiedPushNotifierNotifications.unifiedPushNotifierThe 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 TypeMethodDescriptionvoidNotifications.setUnifiedPushNotifier(@NonNull UnifiedPushNotifier unifiedPushNotifier) Updates theNotifications.includeGradesfield 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 aUnifiedPushNotifierfor push notifications. -
Uses of UnifiedPushNotifier in page.codeberg.friedolyn.gui.controllers
Fields in page.codeberg.friedolyn.gui.controllers declared as UnifiedPushNotifierModifier and TypeFieldDescriptionprivate UnifiedPushNotifierSetupUnifiedPushDialogController.notifierThe 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