Web-based responsive document annotation tool
activeannoservice / document.annotation / InteractionLog
data class InteractionLog
Data class representing log data from the interaction of the user with the document during annotation.
| Name | Summary |
|---|---|
| <init> | Data class representing log data from the interaction of the user with the document during annotation.InteractionLog(firstShownTimestamp: Long, firstInteractionTimestamp: Long, lastInteractionTimestamp: Long) |
| Name | Summary |
|---|---|
| firstInteractionTimestamp | val firstInteractionTimestamp: Long |
| firstShownTimestamp | val firstShownTimestamp: Long |
| lastInteractionTimestamp | val lastInteractionTimestamp: Long |