A service that manages IScreenPop instances.

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 IScreenPopService
Visual Basic
Public Interface IScreenPopService

Remarks

Add your implementation of IScreenPop to this service, and this service will trigger the IScreenPop appropriately, using the Name property as the identifier.

See Also