get Review Summary Async
abstract fun getReviewSummaryAsync(@NonNull annotation: Annotation, @Nullable currentUser: String): Maybe<AnnotationReviewSummary>
Gets a summary information about the given annotation's review state asynchronously.
Return
Maybe returning the given annotation review summary, or none if it could not be retrieved.
Parameters
annotation
Annotation for which to get the review summary.
current User
The name of the current user, null
to avoid including the current user into the review summary.