-
public final class PreviousViewLastInteractionContextRepresents the context of the last interaction in the previous view.
-
-
Field Summary
Fields Modifier and Type Field Description private final ActionEvent.ActionEventActionTypeactionTypeprivate final LongeventCreatedAtNanosprivate final LongcurrentViewCreationTimestamp
-
Constructor Summary
Constructors Constructor Description PreviousViewLastInteractionContext(ActionEvent.ActionEventActionType actionType, Long eventCreatedAtNanos, Long currentViewCreationTimestamp)
-
Method Summary
Modifier and Type Method Description final ActionEvent.ActionEventActionTypegetActionType()final LonggetEventCreatedAtNanos()final LonggetCurrentViewCreationTimestamp()-
-
Constructor Detail
-
PreviousViewLastInteractionContext
PreviousViewLastInteractionContext(ActionEvent.ActionEventActionType actionType, Long eventCreatedAtNanos, Long currentViewCreationTimestamp)
-
-
Method Detail
-
getActionType
final ActionEvent.ActionEventActionType getActionType()
-
getEventCreatedAtNanos
final Long getEventCreatedAtNanos()
-
getCurrentViewCreationTimestamp
final Long getCurrentViewCreationTimestamp()
-
-
-
-