Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.14 KB

TemporalSlice.md

File metadata and controls

14 lines (9 loc) · 1.14 KB

TemporalSlice

Properties

Name Type Description Notes
item kotlin.Any The item that was interacted with; for example, in a Jewels game, the corresponding alphabet, or in a survey, the question index. [optional]
value kotlin.Any The value of the item that was interacted with; in most games, this field is `null`, but in a survey, this field is the question choice index. [optional]
type kotlin.String The type of interaction that for this detail; for example, in a Jewels game, `none` if the tapped jewel was incorrect, or `correct` if it was correct, or in a survey, this field will be `null`. [optional]
duration kotlin.Long The time difference from the previous detail or the start of the parent result. [optional]
level kotlin.Long The level of activity for this detail; for example, in games with multiple levels, this field might be `2` or `4`, but for surveys and other games this field will be `null`. [optional]