Interface IABRInput
Interface that includes every input to a data impression. Every type of ABR input should fit into a specific ABRInputGenre.
Namespace: IVLab.ABREngine
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public interface IABRInput
Properties
| Improve this Doc View SourceGenre
"Genre" of the input - is it Data, a visual element, or something else?
Declaration
ABRInputGenre Genre { get; }
Property Value
Type | Description |
---|---|
ABRInputGenre |
Methods
| Improve this Doc View SourceGetRawABRInput()
Get the "raw" ABR input - the one that is represented in the state JSON
Declaration
RawABRInput GetRawABRInput()
Returns
Type | Description |
---|---|
RawABRInput |