The ScreenPop type exposes the following members.

Properties

  NameDescription
Public propertyAdditionalAttributes
Gets additional interaction attributes this screen pop needs. If the screen pop is being initiated from an interaction, these attributes will be gathered and passed to the Pop(IDictionary<(Of <<'(String, String>)>>)) method in addition to server-defined attributes.
Public propertyName
Gets the name of this screen pop. The name is used to find the screen pop and activate it.
Protected propertyNotificationService
Gets the notification service.
Protected propertyServiceProvider
Gets the service provider which can be used to retrieve application services.
Protected propertyTrace
Gets the trace context. Use this to trace messages to the Interaction Client log.

See Also