Exemplo n.º 1
0
 public override string GetTweetHTML(DesktopNotification notification)
 {
     return(notification.GenerateHtml(BodyClasses, HeadLayout, App.UserConfiguration.CustomNotificationCSS, pluginManager.NotificationInjections, new string[] {
         PropertyObjectScript.Generate(App.UserConfiguration, PropertyObjectScript.Environment.Notification),
         ResourceUtils.GetBootstrapScript("notification", includeStylesheets: false) ?? string.Empty
     }));
 }
Exemplo n.º 2
0
 public abstract string GetTweetHTML(DesktopNotification notification);
 public override string GetTweetHTML(DesktopNotification notification)
 {
     return(notification.GenerateHtml("td-screenshot", HeadLayout, App.UserConfiguration.CustomNotificationCSS, notificationInjections, Array.Empty <string>()));
 }