Determinate
class Determinate(val linear: Boolean = true, val progress: Int, val max: Int) : DialogProgress.Style
determinate progress style
Parameters
linear
if true, a linear progress indicator is used, otherwise a circular
progress
the current progress value
max
the maximum progress value