_SendNotification
_SendNotification(header.String(), text.String());
_SendNotification(title, text);
_SendNotification(title.String(), text.String());
_SendNotification(fHeaderChecking.String(), fTextContacting.String());
_SendNotification(fHeaderChecking.String(), title);
void _SendNotification(const char* title,
if (_SendNotification(app, &reply)) {
if (!_SendNotification(app, ¬ify))
if (!_SendNotification(app, ¬ify))
if (app != except && !_SendNotification(app, msg)) {
bool _SendNotification(app_t* app, BMessage* msg);