toggle menu
pspdfkit
PSPDFKit
switch theme
search in API
pspdfkit
/
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
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
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