The type, or severity, of a notification. This will,
at a minimum, influence the notification icon.
Namespace: ININ.InteractionClient.AddInAssembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public enum NotificationType |
Visual Basic |
---|
Public Enumeration NotificationType |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No type is specified, the system default will be used. | |
Info | 1 | The notification is informational. | |
Question | 2 | The notification is a question. | |
Warning | 3 | The notification is a warning. | |
Error | 4 | The notification is an error. |