1 #ifndef TORCPUSHBULLETNOTIFIER_H 2 #define TORCPUSHBULLETNOTIFIER_H 12 #define PUSHBULLET_PUSH_URL QStringLiteral("https://api.pushbullet.com/v2/pushes") 22 void Notify (
const QVariantMap &Notification)
override;
35 QString m_accessToken;
36 QList<TorcNetworkRequest*> m_requests;
37 int m_badRequestCount;
40 #endif // TORCPUSHBULLETNOTIFIER_H void ResetTimerTimeout(void)
TorcPushbulletNotifier(const QVariantMap &Details)
A wrapper around QNetworkRequest.
~TorcPushbulletNotifier()
void StartResetTimer(int MSeconds)
QStringList GetDescription(void) override
void Notify(const QVariantMap &Notification) override
void RequestReady(TorcNetworkRequest *Request)
Send push notifications using the Pushbullet API.