Package com.pspdfkit.instant.client
Class InstantProgress
-
- All Implemented Interfaces:
public final class InstantProgress
Object representing instant document download or annotations sync progress.
-
-
Field Summary
Fields Modifier and Type Field Description public final int
currentProgress
-
Constructor Summary
Constructors Constructor Description InstantProgress(int currentProgress, boolean isInFinalState)
Creates a download progress object.
-
Method Summary
Modifier and Type Method Description int
getCurrentProgress()
Returns the current progress of the reporter as a percentage between [0, 100]. boolean
isCompleted()
Whether or not the progress reporter has reached a final state. int
hashCode()
boolean
equals(Object o)
String
toString()
-
-
Method Detail
-
getCurrentProgress
int getCurrentProgress()
Returns the current progress of the reporter as a percentage between [0, 100].
-
isCompleted
boolean isCompleted()
Whether or not the progress reporter has reached a final state.
-
hashCode
int hashCode()
-
-
-
-