<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://uat.community.rws.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>How to push notifications in Studio 2019</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3290/how-to-push-notifications-in-studio-2019</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12 Non-Production</generator><item><title>How to push notifications in Studio 2019</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3290/how-to-push-notifications-in-studio-2019</link><pubDate>Thu, 07 May 2020 16:45:33 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:8d1cfb4e-b687-4549-8b00-d4c1d3807c70</guid><dc:creator>Paul Filkin</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3290/how-to-push-notifications-in-studio-2019#comments</comments><description>Current Revision posted to Studio Developers WIKI by Paul Filkin on 5/7/2020 4:45:33 PM&lt;br /&gt;
&lt;p&gt;To create notifications in Studio you need to implement the following interfaces:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioNotification&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioGroupNotification&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioNotificationCommand&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;Please make sure you have referenced&amp;nbsp;&lt;span style="color:#339966;"&gt;Sdl.Desktop.IntegrationApi.dll&lt;/span&gt; in your project.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;Full source code can be found in following &lt;a href="https://github.com/sdl/Sdl-Community/tree/Andrea_SR2_WpfStyles/Code%20samples/NotificationsSample"&gt;plugin sample&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to implement IStudioNotification interface&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/498c8344045073637ea9c23a396606a5"&gt;gist.github.com/.../498c8344045073637ea9c23a396606a5&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to implement IStudioGroupNotification interface&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/776dc9ff6bf38e761d4d3faab5b3a3a3"&gt;gist.github.com/.../776dc9ff6bf38e761d4d3faab5b3a3a3&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to implement&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;IStudioNotificationCommand&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;interface&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/2b0cf53eec00b462272f7558b6807ce0"&gt;gist.github.com/.../2b0cf53eec00b462272f7558b6807ce0&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to create notifications&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/ff50e709c09bb366bc857b6f9dcbaac4"&gt;gist.github.com/.../ff50e709c09bb366bc857b6f9dcbaac4&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;The result:&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-50/notification.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-03-50/notification.png" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to remove notifications&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/09d991964bbff272eaad15c6137daeef"&gt;gist.github.com/.../09d991964bbff272eaad15c6137daeef&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Documentation, Studio 2019, notifications, Studio Documentation, Studio API&lt;/div&gt;
</description></item><item><title>How to push notifications in Studio 2019</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3290/how-to-push-notifications-in-studio-2019/revision/9</link><pubDate>Wed, 17 Jul 2019 08:38:48 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:8d1cfb4e-b687-4549-8b00-d4c1d3807c70</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3290/how-to-push-notifications-in-studio-2019#comments</comments><description>Revision 9 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 7/17/2019 8:38:48 AM&lt;br /&gt;
&lt;p&gt;To create notifications in Studio you need to implement the following interfaces:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioNotification&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioGroupNotification&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioNotificationCommand&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;Please make sure you have referenced&amp;nbsp;&lt;span style="color:#339966;"&gt;Sdl.Desktop.IntegrationApi.dll&lt;/span&gt; in your project.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;Full source code can be found in following &lt;a href="https://github.com/sdl/Sdl-Community/tree/Andrea_SR2_WpfStyles/Code%20samples/NotificationsSample"&gt;plugin sample&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to implement IStudioNotification interface&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/498c8344045073637ea9c23a396606a5"&gt;gist.github.com/.../498c8344045073637ea9c23a396606a5&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to implement IStudioGroupNotification interface&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/776dc9ff6bf38e761d4d3faab5b3a3a3"&gt;gist.github.com/.../776dc9ff6bf38e761d4d3faab5b3a3a3&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to implement&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;IStudioNotificationCommand&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;interface&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/2b0cf53eec00b462272f7558b6807ce0"&gt;gist.github.com/.../2b0cf53eec00b462272f7558b6807ce0&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to create notifications&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/ff50e709c09bb366bc857b6f9dcbaac4"&gt;gist.github.com/.../ff50e709c09bb366bc857b6f9dcbaac4&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;The result:&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/notification.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/notification.png" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to remove notifications&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/09d991964bbff272eaad15c6137daeef"&gt;gist.github.com/.../09d991964bbff272eaad15c6137daeef&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, Studio 2019, notifications, Studio Documentation, Studio API&lt;/div&gt;
</description></item><item><title>How to push notifications in Studio 2019</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3290/how-to-push-notifications-in-studio-2019/revision/8</link><pubDate>Mon, 15 Jul 2019 07:57:05 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:8d1cfb4e-b687-4549-8b00-d4c1d3807c70</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3290/how-to-push-notifications-in-studio-2019#comments</comments><description>Revision 8 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 7/15/2019 7:57:05 AM&lt;br /&gt;
&lt;p&gt;To create notifications in Studio you need to implement the following interfaces:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioNotification&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioGroupNotification&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioNotificationCommand&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;Please make sure you have referenced&amp;nbsp;&lt;span style="color:#339966;"&gt;Sdl.Desktop.IntegrationApi.dll&lt;/span&gt; in your project.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;Full source code can be found in &lt;a href="https://github.com/sdl/Sdl-Community/tree/master/InSource"&gt;InSource &lt;/a&gt;plugin.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to implement IStudioNotification interface&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/498c8344045073637ea9c23a396606a5"&gt;gist.github.com/.../498c8344045073637ea9c23a396606a5&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to implement IStudioGroupNotification interface&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/776dc9ff6bf38e761d4d3faab5b3a3a3"&gt;gist.github.com/.../776dc9ff6bf38e761d4d3faab5b3a3a3&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to implement&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;IStudioNotificationCommand&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;interface&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/2b0cf53eec00b462272f7558b6807ce0"&gt;gist.github.com/.../2b0cf53eec00b462272f7558b6807ce0&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to create notifications&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/ff50e709c09bb366bc857b6f9dcbaac4"&gt;gist.github.com/.../ff50e709c09bb366bc857b6f9dcbaac4&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;The result:&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/notification.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/notification.png" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to remove notifications&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/09d991964bbff272eaad15c6137daeef"&gt;gist.github.com/.../09d991964bbff272eaad15c6137daeef&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, Studio 2019, notifications, Studio Documentation, Studio API&lt;/div&gt;
</description></item><item><title>How to push notifications in Studio 2019</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3290/how-to-push-notifications-in-studio-2019/revision/7</link><pubDate>Tue, 02 Oct 2018 13:27:57 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:8d1cfb4e-b687-4549-8b00-d4c1d3807c70</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3290/how-to-push-notifications-in-studio-2019#comments</comments><description>Revision 7 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 10/2/2018 1:27:57 PM&lt;br /&gt;
&lt;p&gt;To create notifications in Studio you need to implement the following interfaces:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioNotification&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioGroupNotification&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioNotificationCommand&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;Please make sure you have referenced&amp;nbsp;&lt;span style="color:#339966;"&gt;Sdl.Desktop.IntegrationApi.dll&lt;/span&gt; in your project.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to implement IStudioNotification interface&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/498c8344045073637ea9c23a396606a5"&gt;gist.github.com/.../498c8344045073637ea9c23a396606a5&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to implement IStudioGroupNotification interface&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/776dc9ff6bf38e761d4d3faab5b3a3a3"&gt;gist.github.com/.../776dc9ff6bf38e761d4d3faab5b3a3a3&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to implement&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;IStudioNotificationCommand&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;interface&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/2b0cf53eec00b462272f7558b6807ce0"&gt;gist.github.com/.../2b0cf53eec00b462272f7558b6807ce0&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to create notifications&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/ff50e709c09bb366bc857b6f9dcbaac4"&gt;gist.github.com/.../ff50e709c09bb366bc857b6f9dcbaac4&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;The result:&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/notification.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/notification.png" alt=" " /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to remove notifications&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/09d991964bbff272eaad15c6137daeef"&gt;gist.github.com/.../09d991964bbff272eaad15c6137daeef&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, Studio 2019, notifications, Studio Documentation, Studio API&lt;/div&gt;
</description></item><item><title>How to push notifications in Studio 2019</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3290/how-to-push-notifications-in-studio-2019/revision/6</link><pubDate>Fri, 27 Jul 2018 06:15:26 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:8d1cfb4e-b687-4549-8b00-d4c1d3807c70</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3290/how-to-push-notifications-in-studio-2019#comments</comments><description>Revision 6 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 7/27/2018 6:15:26 AM&lt;br /&gt;
&lt;p&gt;To create notifications in Studio you need to implement the following interfaces:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioNotification&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioGroupNotification&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioNotificationCommand&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;Please make sure you have referenced&amp;nbsp;&lt;span style="color:#339966;"&gt;Sdl.Desktop.IntegrationApi.dll&lt;/span&gt; in your project.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to implement IStudioNotification interface&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/498c8344045073637ea9c23a396606a5"&gt;gist.github.com/.../498c8344045073637ea9c23a396606a5&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to implement IStudioGroupNotification interface&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/776dc9ff6bf38e761d4d3faab5b3a3a3"&gt;gist.github.com/.../776dc9ff6bf38e761d4d3faab5b3a3a3&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to implement&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;IStudioNotificationCommand&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;interface&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/2b0cf53eec00b462272f7558b6807ce0"&gt;gist.github.com/.../2b0cf53eec00b462272f7558b6807ce0&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How create notification&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/ff50e709c09bb366bc857b6f9dcbaac4"&gt;gist.github.com/.../ff50e709c09bb366bc857b6f9dcbaac4&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;The result:&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/notification.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/notification.png" alt=" " /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to remove notifications&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/09d991964bbff272eaad15c6137daeef"&gt;gist.github.com/.../09d991964bbff272eaad15c6137daeef&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, Studio 2019, notifications, Studio Documentation, Studio API&lt;/div&gt;
</description></item><item><title>How to push notifications in Studio 2019</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3290/how-to-push-notifications-in-studio-2019/revision/5</link><pubDate>Thu, 26 Jul 2018 11:57:56 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:8d1cfb4e-b687-4549-8b00-d4c1d3807c70</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3290/how-to-push-notifications-in-studio-2019#comments</comments><description>Revision 5 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 7/26/2018 11:57:56 AM&lt;br /&gt;
&lt;p&gt;To create notifications in Studio you need to implement the following interfaces:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioNotification&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioGroupNotification&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioNotificationCommand&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;Please make sure you have referenced&amp;nbsp;&lt;span style="color:#339966;"&gt;Sdl.Desktop.IntegrationApi.dll&lt;/span&gt; in your project.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to implement IStudioNotification interface&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/498c8344045073637ea9c23a396606a5"&gt;gist.github.com/.../498c8344045073637ea9c23a396606a5&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to implement IStudioGroupNotification interface&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/776dc9ff6bf38e761d4d3faab5b3a3a3"&gt;gist.github.com/.../776dc9ff6bf38e761d4d3faab5b3a3a3&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to implement&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;IStudioNotificationCommand&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;interface&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/2b0cf53eec00b462272f7558b6807ce0"&gt;gist.github.com/.../2b0cf53eec00b462272f7558b6807ce0&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How create notification&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/ff50e709c09bb366bc857b6f9dcbaac4"&gt;gist.github.com/.../ff50e709c09bb366bc857b6f9dcbaac4&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;The result:&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/notification.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/notification.png" alt=" " /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, Studio 2019, notifications, Studio Documentation, Studio API&lt;/div&gt;
</description></item><item><title>How to push notifications in Studio 2019</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3290/how-to-push-notifications-in-studio-2019/revision/4</link><pubDate>Thu, 26 Jul 2018 11:53:06 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:8d1cfb4e-b687-4549-8b00-d4c1d3807c70</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3290/how-to-push-notifications-in-studio-2019#comments</comments><description>Revision 4 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 7/26/2018 11:53:06 AM&lt;br /&gt;
&lt;p&gt;To create notifications in Studio you need to implement the following interfaces:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioNotification&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioGroupNotification&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioNotificationCommand&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;Please make sure you have referenced&amp;nbsp;&lt;span style="color:#339966;"&gt;Sdl.Desktop.IntegrationApi.dll&lt;/span&gt; in your project.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to implement IStudioNotification interface&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/498c8344045073637ea9c23a396606a5"&gt;gist.github.com/.../498c8344045073637ea9c23a396606a5&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to implement IStudioGroupNotification interface&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/776dc9ff6bf38e761d4d3faab5b3a3a3"&gt;gist.github.com/.../776dc9ff6bf38e761d4d3faab5b3a3a3&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to implement&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;IStudioNotificationCommand&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;interface&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/2b0cf53eec00b462272f7558b6807ce0"&gt;gist.github.com/.../2b0cf53eec00b462272f7558b6807ce0&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How create a notification&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/ff50e709c09bb366bc857b6f9dcbaac4"&gt;gist.github.com/.../ff50e709c09bb366bc857b6f9dcbaac4&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, Studio 2019, notifications, Studio Documentation, Studio API&lt;/div&gt;
</description></item><item><title>How to push notifications in Studio 2019</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3290/how-to-push-notifications-in-studio-2019/revision/3</link><pubDate>Thu, 26 Jul 2018 11:38:42 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:8d1cfb4e-b687-4549-8b00-d4c1d3807c70</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3290/how-to-push-notifications-in-studio-2019#comments</comments><description>Revision 3 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 7/26/2018 11:38:42 AM&lt;br /&gt;
&lt;p&gt;To create notifications in Studio you need to implement the following interfaces:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioNotification&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioGroupNotification&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioNotificationCommand&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;Please make sure you have referenced&amp;nbsp;&lt;span style="color:#339966;"&gt;Sdl.Desktop.IntegrationApi.dll&lt;/span&gt; in your project.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to implement IStudioNotification interface&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/498c8344045073637ea9c23a396606a5"&gt;gist.github.com/.../498c8344045073637ea9c23a396606a5&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to implement IStudioGroupNotification interface&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/776dc9ff6bf38e761d4d3faab5b3a3a3"&gt;gist.github.com/.../776dc9ff6bf38e761d4d3faab5b3a3a3&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to implement&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;IStudioNotificationCommand&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;interface&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/2b0cf53eec00b462272f7558b6807ce0"&gt;gist.github.com/.../2b0cf53eec00b462272f7558b6807ce0&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, Studio 2019, notifications, Studio Documentation, Studio API&lt;/div&gt;
</description></item><item><title>How to push notifications in Studio 2019</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3290/how-to-push-notifications-in-studio-2019/revision/2</link><pubDate>Thu, 26 Jul 2018 11:35:01 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:8d1cfb4e-b687-4549-8b00-d4c1d3807c70</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3290/how-to-push-notifications-in-studio-2019#comments</comments><description>Revision 2 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 7/26/2018 11:35:01 AM&lt;br /&gt;
&lt;p&gt;To create notifications in Studio you need to implement the following interfaces:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioNotification&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioGroupNotification&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioNotificationCommand&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;Please make sure you have referenced&amp;nbsp;&lt;span style="color:#339966;"&gt;Sdl.Desktop.IntegrationApi.dll&lt;/span&gt; in your project.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;How to implement IStudioNotification interface&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://gist.github.com/andreaGhisa/498c8344045073637ea9c23a396606a5"&gt;gist.github.com/.../498c8344045073637ea9c23a396606a5&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, Studio 2019, notifications, Studio Documentation, Studio API&lt;/div&gt;
</description></item><item><title>How to push notifications in Studio 2019</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3290/how-to-push-notifications-in-studio-2019/revision/1</link><pubDate>Thu, 26 Jul 2018 11:33:18 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:8d1cfb4e-b687-4549-8b00-d4c1d3807c70</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3290/how-to-push-notifications-in-studio-2019#comments</comments><description>Revision 1 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 7/26/2018 11:33:18 AM&lt;br /&gt;
&lt;p&gt;To create notifications in Studio you need to implement the following interfaces:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioNotification&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioGroupNotification&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#008000;"&gt;IStudioNotificationCommand&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#008000;"&gt;&lt;span style="color:#000000;"&gt;Please make sure you have referenced&amp;nbsp;&lt;span style="color:#339966;"&gt;Sdl.Desktop.IntegrationApi.dll&lt;/span&gt; in your project.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, Studio 2019, notifications, Studio Documentation, Studio API&lt;/div&gt;
</description></item></channel></rss>