libQuotient
A Qt library for building matrix clients
Quotient::GetPushersJob::PusherData Struct Reference

#include <pusher.h>

Public Attributes

QUrl url {}
 
QString format {}
 

Detailed Description

A dictionary of information for the pusher implementation itself.

Definition at line 18 of file pusher.h.

Member Data Documentation

◆ format

QString Quotient::GetPushersJob::PusherData::format {}

The format to use when sending notifications to the Push Gateway.

Definition at line 25 of file pusher.h.

◆ url

QUrl Quotient::GetPushersJob::PusherData::url {}

Required if kind is http. The URL to use to send notifications to.

Definition at line 21 of file pusher.h.


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