This method shows a popup notification with an optional image and timeout, it shows up in the top right corner of the main window
public void ShowNotification(string title, string message, StudioProImage? image = null,
int? timeout = null)| parameter | description |
|---|---|
| title | The text of the title displayed by the notification |
| message | The text of the message section displayed the notification |
| image | The image that is displayed by the notification |
| timeout | The custom timeout that overrides the default(popup notifications stay visible until closed by hand) |
- class StudioProImage
- interface INotificationPopupService
- namespace Mendix.StudioPro.ExtensionsAPI.UI.Services