Emit a close event

This commit is contained in:
Samuel Attard 2017-05-29 21:33:43 +10:00
parent 9aa6b83f86
commit 6cdfb43e4e
5 changed files with 21 additions and 11 deletions

View file

@ -126,6 +126,10 @@ void Notification::OnShown() {
Emit("show");
}
void Notification::OnClosed() {
Emit("close");
}
void Notification::NotifyPropsUpdated() {}
// Showing notifications