shared
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.nubasu.spotify.webapi.wrapper.utils
/
RateLimitHandling
Rate
Limit
Handling
object
RateLimitHandling
Members
Properties
RETRY_
AFTER_
HEADER
Link copied to clipboard
const
val
RETRY_AFTER_HEADER
:
String
Functions
parse
Retry
After
Seconds
Link copied to clipboard
fun
parseRetryAfterSeconds
(
value
:
String
?
)
:
Long
?
Executes parseRetryAfterSeconds.
retry
After
Delay
Millis
Link copied to clipboard
fun
retryAfterDelayMillis
(
response
:
SpotifyApiResponse
<
*
>
)
:
Long
?
fun
retryAfterDelayMillis
(
headers
:
Map
<
String
,
String
>
)
:
Long
?
Executes retryAfterDelayMillis.