|
libkazv
|
Gets all currently active pushers for the authenticated user. More...
#include <pusher.hpp>

Public Attributes | |
| std::string | pushkey |
| This is a unique identifier for this pusher. More... | |
| std::string | kind |
| The kind of pusher. More... | |
| std::string | appId |
| This is a reverse-DNS style identifier for the application. More... | |
| std::string | appDisplayName |
| A string that will allow the user to identify what application owns this pusher. More... | |
| std::string | deviceDisplayName |
| A string that will allow the user to identify what device owns this pusher. More... | |
| std::string | lang |
| The preferred language for receiving notifications (e.g. More... | |
| PusherData | data |
| A dictionary of information for the pusher implementation itself. More... | |
| std::optional< std::string > | profileTag |
| This string determines which set of device specific rules this pusher executes. More... | |
Gets all currently active pushers for the authenticated user.
| std::string Kazv::Api::GetPushersJob::Pusher::appDisplayName |
A string that will allow the user to identify what application owns this pusher.
| std::string Kazv::Api::GetPushersJob::Pusher::appId |
This is a reverse-DNS style identifier for the application.
Max length, 64 chars.
| PusherData Kazv::Api::GetPushersJob::Pusher::data |
A dictionary of information for the pusher implementation itself.
| std::string Kazv::Api::GetPushersJob::Pusher::deviceDisplayName |
A string that will allow the user to identify what device owns this pusher.
| std::string Kazv::Api::GetPushersJob::Pusher::kind |
The kind of pusher.
"http" is a pusher that sends HTTP pokes.
| std::string Kazv::Api::GetPushersJob::Pusher::lang |
The preferred language for receiving notifications (e.g.
'en' or 'en-US')
| std::optional<std::string> Kazv::Api::GetPushersJob::Pusher::profileTag |
This string determines which set of device specific rules this pusher executes.
| std::string Kazv::Api::GetPushersJob::Pusher::pushkey |
This is a unique identifier for this pusher.
See /set for more detail. Max length, 512 bytes.