getAnnotationRepliesAsync

abstract fun getAnnotationRepliesAsync(@NonNull annotation: Annotation): Single<List<Annotation>>

Gets all first-level replies to a particular annotation asynchronously. First-level replies are annotations that return the given annotation via getInReplyTo. The sort order is determined by the creation date.

Return

Single that emits a list of first-level replies to the given annotation.

Parameters

annotation

Annotation whose replies we're fetching.