get Review Summary
abstract fun getReviewSummary(@NonNull annotation: Annotation, @Nullable currentUser: String): AnnotationReviewSummary
Gets a summary information about the given annotation's review state.
Return
Annotation review summary, or null
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.