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.
How to implement IStudioNotification interface
IStudioNotification implementation
How to implement IStudioGroupNotification interface
IStudioGroupNotification
How to implement IStudioNotificationCommand interface
IStudioNotificationCommand