java.lang.Object | |
↳ | com.pspdfkit.instant.client.InstantProgress |
Object representing instant document download or annotations sync progress.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
InstantProgress(int currentProgress, boolean isInFinalState)
Creates a download progress object.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
int |
getCurrentProgress()
Returns the current progress of the reporter as a percentage between [0, 100].
| ||||||||||
int | hashCode() | ||||||||||
boolean |
isCompleted()
Whether or not the progress reporter has reached a final state.
| ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a download progress object.
currentProgress | The current progress of the reporter as a percentage between [0, 100]. |
---|---|
isInFinalState | Whether final state has been reached. |
Returns the current progress of the reporter as a percentage between [0, 100].
Whether or not the progress reporter has reached a final state.