Add support for notification actions on macOS
This commit is contained in:
parent
873a315538
commit
4f0d48f164
16 changed files with 136 additions and 13 deletions
|
@ -13,7 +13,8 @@ class Win32Notification : public brightray::Notification {
|
|||
void Show(const base::string16& title, const base::string16& msg,
|
||||
const std::string& tag, const GURL& icon_url,
|
||||
const SkBitmap& icon, bool silent,
|
||||
bool has_reply, const base::string16& reply_placeholder) override;
|
||||
bool has_reply, const base::string16& reply_placeholder,
|
||||
const std::vector<NotificationAction> actions) override;
|
||||
void Dismiss() override;
|
||||
|
||||
const DesktopNotificationController::Notification& GetRef() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue