Initiates a screen pop.

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 abstract void Pop(
	IDictionary<string, string> attributes
)
Visual Basic
Public MustOverride Sub Pop ( _
	attributes As IDictionary(Of String, String) _
)

Parameters

attributes
Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, String>)>)>
The specified Interaction and screen pop provider-specific attributes.

Implements

IScreenPop..::..Pop(IDictionary<(Of <<'(String, String>)>>))

See Also