Notification notification = new Notification(); notification.Title = FrameworkApplication.Title; notification.Message = "Notification 1"; notification.ImageSource = System.Windows.Application.Current.Resources["ToastLicensing32"] as ImageSource; ArcGIS.Desktop.Framework.FrameworkApplication.AddNotification(notification);
Target Platforms: Windows 11, Windows 10