Retry

data class Retry(val retries: Int) : InstallConstraints.TimeoutStrategy

Tells installer to retry waiting for constraints to be satisfied with the same timeout for retries times if constraints were not met after the first attempt.

If constraints are met earlier, session will be committed immediately.

Constructors

Link copied to clipboard
constructor(retries: Int)

Properties

Link copied to clipboard