Package com.pspdfkit.document.providers
Object ProgressDataProvider.Companion
-
- All Implemented Interfaces:
public class ProgressDataProvider.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final Flowable<Double>
COMPLETE
public final static ProgressDataProvider.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final Flowable<Double>
getCOMPLETE()
Can be returned if no real progress updates are available. -
-
Method Detail
-
getCOMPLETE
final Flowable<Double> getCOMPLETE()
Can be returned if no real progress updates are available.
-
-
-
-