A base class for implementing a screen pop Interaction Client AddIn.
Namespace: ININ.InteractionClient.AddInAssembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public abstract class ScreenPop : IAddIn, IScreenPop |
Visual Basic |
---|
Public MustInherit Class ScreenPop _ Implements IAddIn, IScreenPop |
Remarks
This "helper" base class encapsulates common functionality that
allows a screen pop implementation to focus on actually popping
an application's screen, and not on implementing the code to
become an Interaction Client AddIn. Simply derive from this class and implement
the abstract and virtual methods to handle a screen pop event.
Inheritance Hierarchy
System..::..Object
ININ.InteractionClient.AddIn..::..ScreenPop
ININ.InteractionClient.AddIn..::..ScreenPop