Package-level declarations
Types
Link copied to clipboard
data class AnnotationReviewSummary(val reviewNames: Map<AuthorState, List<String>>, val currentUserState: AuthorState)
Summarizes the information about an annotation’s review state. It holds the data of currently set states mapped by the author and the author state for the current user.
Link copied to clipboard
data class AnnotationStateChange(val author: String?, val authorState: AuthorState, creationTimestamp: Long? = null)
A structure that represents any change of review status for a markup annotation.
Link copied to clipboard
Author review and marking states that can be set on note annotation content and replies.