Notifies the user using the supplied information.
Namespace: ININ.InteractionClient.AddInAssembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public void Notify( string message, NotificationType type ) |
Visual Basic |
---|
Public Sub Notify ( _ message As String, _ type As NotificationType _ ) |
Parameters
- message
- Type: System..::..String
The textual message to display. This value should not be very long (less than 255 characters) as the value may not be wrapped.
- type
- Type: ININ.InteractionClient.AddIn..::..NotificationType
The type of the notification. For example, Info or Warning.