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

How to implement IStudioGroupNotification interface

How to implement IStudioNotificationCommand interface

How create a notification

Translate