The type, or severity, of a notification. This will, at a minimum, influence the notification icon.

Namespace: ININ.InteractionClient.AddIn
Assembly: 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 nameValueDescription
None0 No type is specified, the system default will be used.
Info1 The notification is informational.
Question2 The notification is a question.
Warning3 The notification is a warning.
Error4 The notification is an error.

See Also