diff --git a/plugins/windows-notification/src/toast_notification_builder.vala b/plugins/windows-notification/src/toast_notification_builder.vala index c8a24b51..a993955c 100644 --- a/plugins/windows-notification/src/toast_notification_builder.vala +++ b/plugins/windows-notification/src/toast_notification_builder.vala @@ -6,9 +6,22 @@ using Xmpp; namespace Dino.Plugins.WindowsNotification { private delegate void NodeFunction(StanzaNode node); + + public enum ActivationType { + Foreground, + Background + } + + public enum Scenario { + Basic, + IncomingCall + } + private class Button { public string title; public string arguments; + public string imageUri; + public ActivationType activationType; } public class ToastNotificationBuilder { @@ -16,13 +29,15 @@ namespace Dino.Plugins.WindowsNotification { private Gee.List