Hi there,
with SDK for ArcGIS Pro 2.1 notifications are available for ArcGIS Pro.
I found this in the ArcGIS Pro help ArcGIS Pro notifications—ArcGIS Pro | ArcGIS Desktop
At the ProSnippets Framework · Esri/arcgis-pro-sdk Wiki · GitHub I found how to
Add a toast notification
Is it possible to create a blue dot if notifications are available instead of the toast notification?
Thanks,
Karsten
Solved! Go to Solution.
Karsten,
Take a look at the Notification sample at https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Framework/Notifications
This will show you how to add the two different types of notifications - toast notifications and notifications that appear in the notification pane.
Thanks
Narelle
Karsten,
Take a look at the Notification sample at https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Framework/Notifications
This will show you how to add the two different types of notifications - toast notifications and notifications that appear in the notification pane.
Thanks
Narelle
Hi there,
thank you. This is what I searched.
Thanks
Karsten