retryRemoteDelayed

internal suspend fun retryRemoteDelayed(attempts: Int, delayMillis: Long, block: suspend () -> Unit)(source)

Executes the retryRemoteDelayed step in the SDAI domain layer.

Author

Dmitriy Moroz

Parameters

attempts

attempts value consumed by the API.

delayMillis

delay millis value consumed by the API.

block

block value consumed by the API.