KUnifiedPush
nextpushprovider.h
Urgency urgency() const
The urgency level currently used by this provider.
Definition abstractpushprovider.cpp:51
void connectToProvider(Urgency urgency) override
Attempt to establish a connection to the push provider.
Definition nextpushprovider.cpp:58
void registerClient(const Client &client) override
Register a new client with the provider.
Definition nextpushprovider.cpp:99
void disconnectFromProvider() override
Disconnect and existing connection to the push provider.
Definition nextpushprovider.cpp:91
void doChangeUrgency(Urgency urgency) override
Re-implement if urgency leve changes are done as a separate command.
Definition nextpushprovider.cpp:169
void unregisterClient(const Client &client) override
Unregister a client from the provider.
Definition nextpushprovider.cpp:138
bool loadSettings(const QSettings &settings) override
Load connection settings.
Definition nextpushprovider.cpp:43
void acknowledgeMessage(const Client &client, const QString &messageIdentifier) override
Acknowledge a message.
Definition nextpushprovider.cpp:155
void resetSettings(QSettings &settings) override
Reset any internal state for a fresh setup connecting to a different push server instance.
Definition nextpushprovider.cpp:53
Sever-sent Events (SSE) stream.
Definition serversenteventsstream.h:28
QObject(QObject *parent)
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 25 2025 12:05:39 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 25 2025 12:05:39 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.