Initiates a screen pop. Implement this interface and add an instance of the implementation to the IScreenPopService to enable the 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 interface IScreenPop
Visual Basic
Public Interface IScreenPop

Remarks

A "screen pop" can be initiated many ways, but is most commonly initiated by an interaction on the Interaction Center server. Information configured by an administrator dictates what information is passed into the Pop(IDictionary<(Of <<'(String, String>)>>)) method. In addition, interaction attributes (if available) specified by the AdditionalAttributes property will be included in the input to the Pop(IDictionary<(Of <<'(String, String>)>>)) method.

See Also