#include <employ_notify.h>
|
static std::string | name () |
|
|
static std::string | GAMES = "games" |
|
static std::string | QUESTS = "quests" |
|
static std::string | USERS = "users" |
|
static std::string | SCOREBOARD = "scoreboard" |
|
static std::string | LEAKS = "leaks" |
|
|
void | sendNotification (const std::string &sType, const std::string &sSection, const std::string &sMessage) |
|
void | sendNotification (const std::string &sType, const std::string &sSection, const std::string &sMessage, const nlohmann::json &jsonMeta) |
|
◆ EmployNotify()
EmployNotify::EmployNotify |
( |
| ) |
|
◆ deinit()
bool EmployNotify::deinit |
( |
| ) |
|
|
virtual |
◆ init()
bool EmployNotify::init |
( |
| ) |
|
|
virtual |
◆ name()
static std::string EmployNotify::name |
( |
| ) |
|
|
inlinestatic |
◆ notifyDanger()
void EmployNotify::notifyDanger |
( |
const std::string & |
sSection, |
|
|
const std::string & |
sMessage |
|
) |
| |
◆ notifyInfo() [1/2]
void EmployNotify::notifyInfo |
( |
const std::string & |
sSection, |
|
|
const std::string & |
sMessage |
|
) |
| |
◆ notifyInfo() [2/2]
void EmployNotify::notifyInfo |
( |
const std::string & |
sSection, |
|
|
const std::string & |
sMessage, |
|
|
const nlohmann::json & |
jsonMeta |
|
) |
| |
◆ notifySuccess()
void EmployNotify::notifySuccess |
( |
const std::string & |
sSection, |
|
|
const std::string & |
sMessage |
|
) |
| |
◆ notifyWarning()
void EmployNotify::notifyWarning |
( |
const std::string & |
sSection, |
|
|
const std::string & |
sMessage |
|
) |
| |
◆ sendNotification() [1/3]
◆ sendNotification() [2/3]
void EmployNotify::sendNotification |
( |
const std::string & |
sType, |
|
|
const std::string & |
sSection, |
|
|
const std::string & |
sMessage |
|
) |
| |
|
private |
◆ sendNotification() [3/3]
void EmployNotify::sendNotification |
( |
const std::string & |
sType, |
|
|
const std::string & |
sSection, |
|
|
const std::string & |
sMessage, |
|
|
const nlohmann::json & |
jsonMeta |
|
) |
| |
|
private |
◆ GAMES
std::string EmployNotify::GAMES = "games" |
|
static |
◆ LEAKS
std::string EmployNotify::LEAKS = "leaks" |
|
static |
◆ QUESTS
std::string EmployNotify::QUESTS = "quests" |
|
static |
◆ SCOREBOARD
std::string EmployNotify::SCOREBOARD = "scoreboard" |
|
static |
◆ TAG
std::string EmployNotify::TAG |
|
private |
◆ USERS
std::string EmployNotify::USERS = "users" |
|
static |
The documentation for this class was generated from the following files: