libkazv
Kazv::PushAction Struct Reference

Describe what actions are to be taken for a specific event. More...

#include <push-rules-desc.hpp>

Public Attributes

bool shouldNotify
 Whether the client should notify about this event. More...
 
std::optional< std::string > sound
 The sound of the notification as defined in the spec. More...
 
bool shouldHighlight
 Whether the client should highlight the event. More...
 

Detailed Description

Describe what actions are to be taken for a specific event.

Member Data Documentation

◆ shouldHighlight

bool Kazv::PushAction::shouldHighlight

Whether the client should highlight the event.

◆ shouldNotify

bool Kazv::PushAction::shouldNotify

Whether the client should notify about this event.

◆ sound

std::optional<std::string> Kazv::PushAction::sound

The sound of the notification as defined in the spec.

If the notification should not ring, it is set as std::nullopt.


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