KUnifiedPush
notifier.h
31 inline void setUserAgentPublicKey(const QByteArray &uaPublicKey) { m_userAgentPublicKey = uaPublicKey; }
34 inline void setVapidPublicKey(const QByteArray &vapidPublicKey) { m_vapidPublicKey = vapidPublicKey; }
35 inline void setVapidPrivateKey(const QByteArray &vapidPrivateKey) { m_vapidPrivateKey = vapidPrivateKey; }
void submit(const QByteArray &msg, QNetworkAccessManager *nam)
Submit push message with content msg.
Definition notifier.cpp:24
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
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.