libkazv
|
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... | |
Describe what actions are to be taken for a specific event.
bool Kazv::PushAction::shouldHighlight |
Whether the client should highlight the event.
bool Kazv::PushAction::shouldNotify |
Whether the client should notify about this event.
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
.