To create notifications in Studio you need to implement the following interfaces:
- IStudioNotification
- IStudioGroupNotification
- IStudioNotificationCommand
Please make sure you have referenced Sdl.Desktop.IntegrationApi.dll in your project.
Full source code can be found in InSource plugin.
How to implement IStudioNotification interface

How to implement IStudioGroupNotification interface

How to implement IStudioNotificationCommand interface

How to create notifications

The result:
How to remove notifications

Translate
