observeProgress

abstract fun observeProgress(): Flowable<Double>

Returns an Flowable that emits values from 0 to 1 indicating the current loading progress of this document. You can return ProgressDataProvider.COMPLETE if you don't want to provide progress updates.