|  | Bitcoin Core 30.99.0
    P2P Digital Currency | 
Macintosh-specific notification handler (supports UserNotificationCenter). More...
#include <macnotificationhandler.h>
| Public Member Functions | |
| void | showNotification (const QString &title, const QString &text) | 
| shows a macOS 10.8+ UserNotification in the UserNotificationCenter  More... | |
| bool | hasUserNotificationCenterSupport () | 
| check if OS can handle UserNotifications  More... | |
| Static Public Member Functions | |
| static MacNotificationHandler * | instance () | 
Macintosh-specific notification handler (supports UserNotificationCenter).
Definition at line 12 of file macnotificationhandler.h.
| bool MacNotificationHandler::hasUserNotificationCenterSupport | ( | void | ) | 
check if OS can handle UserNotifications
Definition at line 35 of file macnotificationhandler.mm.
| 
 | static | 
Definition at line 47 of file macnotificationhandler.mm.
| void MacNotificationHandler::showNotification | ( | const QString & | title, | 
| const QString & | text | ||
| ) | 
shows a macOS 10.8+ UserNotification in the UserNotificationCenter
Definition at line 23 of file macnotificationhandler.mm.