Class UnifiedPushNotifier

java.lang.Object
page.codeberg.friedolyn.notifications.Notifier
page.codeberg.friedolyn.notifications.UnifiedPushNotifier
All Implemented Interfaces:
Copyable<UnifiedPushNotifier>, Redactable

public class UnifiedPushNotifier extends Notifier implements Redactable, Copyable<UnifiedPushNotifier>
A Notifier that sends notifications via the UnifiedPush protocol to a UP server that then forwards the notification to the user's device. This requires the user to have a client app like Ntfy or NextPush installed on their device and to have enabled listening on a certain URL for notifications.