library / io.getstream.chat.android.livedata.utils / RetryPolicy / retryTimeout

retryTimeout

abstract fun retryTimeout(client: ChatClient, attempt: Int, error: ChatError): Int

In the case that we want to retry a failed request the retryTimeout method is called to determine the timeout

Parameters

client -

attempt -

errMsg -

errCode -

Return