Emit a close event
This commit is contained in:
parent
9aa6b83f86
commit
6cdfb43e4e
5 changed files with 21 additions and 11 deletions
|
@ -35,6 +35,7 @@ class Notification : public mate::TrackableObject<Notification>,
|
|||
void OnClicked() override;
|
||||
void OnReplied(std::string reply) override;
|
||||
void OnShown() override;
|
||||
void OnClosed() override;
|
||||
|
||||
protected:
|
||||
Notification(v8::Isolate* isolate,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue