-
public final class ViewEvent.PageStateProperties of the page state
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classViewEvent.PageState.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ViewEvent.Statestateprivate final Longstart
-
Constructor Summary
Constructors Constructor Description ViewEvent.PageState(ViewEvent.State state, Long start)
-
Method Summary
Modifier and Type Method Description final ViewEvent.StategetState()final LonggetStart()final JsonElementtoJson()-
-
Constructor Detail
-
ViewEvent.PageState
ViewEvent.PageState(ViewEvent.State state, Long start)
- Parameters:
state- Page state namestart- Duration in ns between start of the view and start of the page state
-
-
Method Detail
-
getState
final ViewEvent.State getState()
-
toJson
final JsonElement toJson()
-
-
-
-