-
public final class ViewEvent.InpInteraction to Next Paint
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classViewEvent.Inp.Companion
-
Constructor Summary
Constructors Constructor Description ViewEvent.Inp(Long duration, Long timestamp, String targetSelector)
-
Method Summary
Modifier and Type Method Description final LonggetDuration()final LonggetTimestamp()final StringgetTargetSelector()final JsonElementtoJson()-
-
Constructor Detail
-
ViewEvent.Inp
ViewEvent.Inp(Long duration, Long timestamp, String targetSelector)
- Parameters:
duration- Longest duration in ns between an interaction and the next painttimestamp- Time of the start of the INP interaction, in ns since view start.targetSelector- CSS selector path of the interacted element for the INP interaction
-
-
Method Detail
-
getDuration
final Long getDuration()
-
getTimestamp
final Long getTimestamp()
-
getTargetSelector
final String getTargetSelector()
-
toJson
final JsonElement toJson()
-
-
-
-