Notifies the user using the default caption and duration.

Namespace: ININ.InteractionClient.AddIn
Assembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
protected void Notify(
	string message,
	NotificationType type
)
Visual Basic
Protected Sub Notify ( _
	message As String, _
	type As NotificationType _
)

Parameters

message
Type: System..::..String
The textual message to display.
type
Type: ININ.InteractionClient.AddIn..::..NotificationType
The type of the notification.

Remarks

If more control is required over the notification, use the NotificationService property.

See Also