Loading

data class Loading(var total: Int = 1, var completed: Int = 0, var status: String? = null, val showOverlay: Boolean = true) : ResponseState<Nothing> (source)

Constructors

Link copied to clipboard
constructor(total: Int = 1, completed: Int = 0, status: String? = null, showOverlay: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard

Whether this request should obscure the current screen with the full-size progress UI.

Link copied to clipboard
Link copied to clipboard
var total: Int

Functions

Link copied to clipboard