Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
object PagingHelpers
Link copied to clipboard
object RateLimitHandling
Link copied to clipboard
Link copied to clipboard
class SpotifyRetryExecutor(retryPolicy: RetryPolicy = RetryPolicy(), delayFn: suspend (Long) -> Unit = { delay(it) }, jitterFn: (Long) -> Long = { max -> if (max <= 0L) 0L else Random.nextLong(0L, max + 1) })
Link copied to clipboard
object TokenHolder