OutputType enum

Available output data types.

Inheritance

Constructors

OutputType()
const

Values

graphicalRender → const OutputType

The default heat map output, corresponds to the heatMapCallback.

rawData → const OutputType

Raw json data output, corresponds to the rawDataCallback:

  • page string - A page where the data was captured
  • area string - The visual region identifier provided to the Detector
  • span object - Time period in which this session was recorded:
    • start integer - Timestamp of the first event included in the heat map (in ms)
    • end integer - Timestamp of the last event included in the heat map (in ms)
  • events array - List of events captured during this session:
    • event object - Information about a single user interaction:
      • location object - Area relative touch screen coordinates:
        • x double - X axis component
        • y double - Y axis component
      • time integer - Timestamp of when this event was recorded (in ms)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<OutputType>
A constant List of the values in this enum, in order of their declaration.