Spotify Config
constructor(requestTimeoutMillis: Long, connectTimeoutMillis: Long, socketTimeoutMillis: Long, retry: SpotifyRetryConfig = SpotifyRetryConfig())
Parameters
request Timeout Millis
Overall time allowed to process an HTTP call end-to-end.
connect Timeout Millis
Time allowed to establish a connection with the server.
socket Timeout Millis
Maximum inactivity time between two data packets.
retry
Retry policy applied to failed requests. See SpotifyRetryConfig.