libkazv
Kazv::Api::GetPushersJob::Pusher Struct Reference

Gets all currently active pushers for the authenticated user. More...

#include <pusher.hpp>

Collaboration diagram for Kazv::Api::GetPushersJob::Pusher:

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...
 

Detailed Description

Gets all currently active pushers for the authenticated user.

Member Data Documentation

◆ appDisplayName

std::string Kazv::Api::GetPushersJob::Pusher::appDisplayName

A string that will allow the user to identify what application owns this pusher.

◆ appId

std::string Kazv::Api::GetPushersJob::Pusher::appId

This is a reverse-DNS style identifier for the application.

Max length, 64 chars.

◆ data

PusherData Kazv::Api::GetPushersJob::Pusher::data

A dictionary of information for the pusher implementation itself.

◆ deviceDisplayName

std::string Kazv::Api::GetPushersJob::Pusher::deviceDisplayName

A string that will allow the user to identify what device owns this pusher.

◆ kind

std::string Kazv::Api::GetPushersJob::Pusher::kind

The kind of pusher.

"http" is a pusher that sends HTTP pokes.

◆ lang

std::string Kazv::Api::GetPushersJob::Pusher::lang

The preferred language for receiving notifications (e.g.

'en' or 'en-US')

◆ profileTag

std::optional<std::string> Kazv::Api::GetPushersJob::Pusher::profileTag

This string determines which set of device specific rules this pusher executes.

◆ pushkey

std::string Kazv::Api::GetPushersJob::Pusher::pushkey

This is a unique identifier for this pusher.

See /set for more detail. Max length, 512 bytes.


The documentation for this struct was generated from the following file: