KUnifiedPush
nextpushprovider.h
Base class for push provider protocol implementations.
Definition abstractpushprovider.h:24
NextPush push provider implementation.
Definition nextpushprovider.h:24
void registerClient(const Client &client) override
Register a new client with the provider.
Definition nextpushprovider.cpp:88
void disconnectFromProvider() override
Disconnect and existing connection to the push provider.
Definition nextpushprovider.cpp:79
void unregisterClient(const Client &client) override
Unregister a client from the provider.
Definition nextpushprovider.cpp:124
void connectToProvider() override
Attempt to establish a connection to the push provider.
Definition nextpushprovider.cpp:46
bool loadSettings(const QSettings &settings) override
Load connection settings.
Definition nextpushprovider.cpp:36
Sever-sent Events (SSE) stream.
Definition serversenteventsstream.h:26
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.