public interface ScreenPopI
ScreenPops are links to applications or URLs which are sent by CCS as part of an InteractionI
object; with the intention
that the associated application or URL can be 'popped' up automatically to the agent either on call alerting or call answer.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLaunchState()
The launch state of the ScreenPop.
|
java.lang.String |
getName()
The screenpop name
|
java.lang.String |
getPath()
The path or URL for the ScreenPop
|