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.

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 virtual IEnumerable<string> AdditionalAttributes { get; }
Visual Basic
Public Overridable ReadOnly Property AdditionalAttributes As IEnumerable(Of String)
	Get

Field Value

The interaction attributes to retrieve.

Implements

IScreenPop..::..AdditionalAttributes

See Also