ProgressDataProvider

ProgressDataProvider is an interface which should be implemented by any DataProvider that should support providing document loading progress updates.

Properties

Link copied to clipboard
val COMPLETE: Flowable<Double>
Can be returned if no real progress updates are available.

Functions

Link copied to clipboard
abstract fun observeProgress(): Flowable<Double>
Returns an Flowable that emits values from 0 to 1 indicating the current loading progress of this document.