-
- All Implemented Interfaces:
-
com.datadog.android.rum.metric.interactiontonextview.LastInteractionIdentifier
public final class TimeBasedInteractionIdentifier implements LastInteractionIdentifier
A LastInteractionIdentifier that identifies the last action in the previous view as last interaction based on the time interval between the action timestamp and the moment the next view was created. If the last action happened in the given time interval, it is considered as the last interaction.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTimeBasedInteractionIdentifier.Companion
-
Constructor Summary
Constructors Constructor Description TimeBasedInteractionIdentifier(Long timeThresholdInMilliseconds)
-
Method Summary
-
-
Constructor Detail
-
TimeBasedInteractionIdentifier
TimeBasedInteractionIdentifier(Long timeThresholdInMilliseconds)
- Parameters:
timeThresholdInMilliseconds- The time threshold in milliseconds.
-
-
-
-