Annotation Review Summary
class AnnotationReviewSummary
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.
See also
(Annotation, String)
Constructors
Link copied to clipboard
constructor(@NonNull reviewNames: Map<AuthorState, List<String>>, @NonNull currentUserState: AuthorState)
Creates a new summary for the annotation review state.