appendAnnotationState

abstract fun appendAnnotationState(@NonNull annotation: Annotation, @NonNull annotationStateChange: AnnotationStateChange)

Appends a new annotation state for the given annotation (adds it to the review history).

Parameters

annotation

Annotation for which to set the state.

annotationStateChange

New annotation state to be set.