Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1 KB

File metadata and controls

23 lines (17 loc) · 1 KB

INotificationPopupService.ShowNotification method

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)

See Also