Package 

Class TimeBasedInteractionIdentifier

  • 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.