syncAnnotationsAsync

abstract fun syncAnnotationsAsync(): Flowable<InstantProgress>

Deprecated

Use syncAnnotations() from a coroutine context instead

Replace with

syncAnnotations()

Syncs annotations with Instant Server (Nutrient Document Engine) asynchronously.

Return

Flowable emitting annotations sync progress.