KUnifiedPush
ntfypushprovider.h
Base class for push provider protocol implementations.
Definition abstractpushprovider.h:24
void registerClient(const Client &client) override
Register a new client with the provider.
Definition ntfypushprovider.cpp:68
bool loadSettings(const QSettings &settings) override
Load connection settings.
Definition ntfypushprovider.cpp:42
void connectToProvider() override
Attempt to establish a connection to the push provider.
Definition ntfypushprovider.cpp:54
void unregisterClient(const Client &client) override
Unregister a client from the provider.
Definition ntfypushprovider.cpp:89
void disconnectFromProvider() override
Disconnect and existing connection to the push provider.
Definition ntfypushprovider.cpp:60
Sever-sent Events (SSE) stream.
Definition serversenteventsstream.h:26
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:19:35 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:19:35 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.