We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34173f3 + 1ceb864 commit a78ce46Copy full SHA for a78ce46
README.md
@@ -70,6 +70,7 @@ class WinToastHandlerExample : public IWinToastHandler {
70
WinToastHandlerExample();
71
// Public interfaces
72
void toastActivated() const override;
73
+ void toastActivated(int actionIndex) const override;
74
void toastDismissed(WinToastDismissalReason state) const override;
75
void toastFailed() const override;
76
};
0 commit comments