KUnifiedPush::Client
KUnifiedPush::Client Class Reference
#include <client.h>
Public Member Functions | |
void | activate () const |
OrgUnifiedpushConnector1Interface | connector () const |
bool | isValid () const |
void | store (QSettings &settings) const |
Static Public Member Functions | |
static Client | load (const QString &token, QSettings &settings) |
Public Attributes | |
QString | description |
QString | endpoint |
QString | remoteId |
QString | serviceName |
QString | token |
Detailed Description
Member Function Documentation
◆ activate()
void Client::activate | ( | ) | const |
Activate client on D-Bus.
Definition at line 46 of file client.cpp.
◆ connector()
OrgUnifiedpushConnector1Interface Client::connector | ( | ) | const |
D-Bus UnifiedPush connector interface.
Definition at line 52 of file client.cpp.
◆ isValid()
bool Client::isValid | ( | ) | const |
Contains all required information for a client.
Definition at line 41 of file client.cpp.
◆ load()
Definition at line 18 of file client.cpp.
◆ store()
void Client::store | ( | QSettings & | settings | ) | const |
Definition at line 31 of file client.cpp.
Member Data Documentation
◆ description
◆ endpoint
◆ remoteId
◆ serviceName
◆ token
The documentation for this class was generated from the following files:
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.