retry With Delay
fun <T : Any> Single<T>.retryWithDelay(retryAttempts: Int = 2, retryDelayMS: Long = 1000L): Single<T>
Content copied to clipboard
fun Completable.retryWithDelay(retryAttempts: Int = 2, retryDelayMS: Long = 1000L): Completable
Content copied to clipboard