InstantProgress

Object representing instant document download or annotations sync progress.

Constructors

Link copied to clipboard
constructor(currentProgress: Int, isInFinalState: Boolean)
Creates a download progress object.

Properties

Link copied to clipboard
The current progress as a percentage value between 0 and 100.

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Checks equality based on the current progress and completion state.
Link copied to clipboard
open fun hashCode(): Int
Returns a hash code based on the current progress and completion state.
Link copied to clipboard
open fun isCompleted(): Boolean
Whether or not the progress reporter has reached a final state.
Link copied to clipboard
open fun toString(): String
Returns a string representation of this progress including the current percentage and completion state.