appendAnnotationStateAsync

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

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

Return

A Completable that completes once the annotation state has been appended.

Parameters

annotation

Annotation for which to set the state.

annotationStateChange

New annotation state to be set.