nutrient
Toggle table of contents
11.2.1
Nutrient
Target filter
Nutrient
Switch theme
Search in API
Skip to content
nutrient
nutrient
/
com.pspdfkit.instant.client
/
InstantProgress
Instant
Progress
class
InstantProgress
Object representing instant document download or annotations sync progress.
Members
Constructors
Instant
Progress
Link copied to clipboard
constructor
(
currentProgress
:
Int
,
isInFinalState
:
Boolean
)
Creates a download progress object.
Properties
current
Progress
Link copied to clipboard
val
currentProgress
:
Int
The current progress as a percentage value between 0 and 100.
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
Checks equality based on the current progress and completion state.
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
Returns a hash code based on the current progress and completion state.
is
Completed
Link copied to clipboard
open
fun
isCompleted
(
)
:
Boolean
Whether or not the progress reporter has reached a final state.
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Returns a string representation of this progress including the current percentage and completion state.