Application.ShowNotification method
It will display notification to the user by taking message and notification type. notification can be error, warning, information, etc. It will enforce a lock on the accessibility of the notification from the SDK. The SDK will be restricted from accessing the notification until the lock is released.
public void ShowNotification(string message, NotificationType notificationType)
parameter | description |
---|---|
message | The message on notification. |
notificationType | Notification type |
See Also
- class Application
- namespace Autodesk.DataExchange.UI