MODE_INDETERMINATE

const val MODE_INDETERMINATE: Int = 4

The default mode for ProgressDialog where an Indeterminate Spinner is shown for indicating Progress (even if it is not passed in Constructor). Suitable for implementations where the exact progress of an operation is unknown to the Developer.