append Annotation State Async
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.
annotation State Change
New annotation state to be set.