toggle menu
KAHelpers
androidJvm
switch theme
search in API
retrofit
/
dev.funkymuse.retrofit.interceptors
/
TooManyRequestsInterceptor
Too
Many
Requests
Interceptor
class
TooManyRequestsInterceptor
(
tooManyRequestsResponseCode
:
Int
=
429
,
customMessage
:
String
?
=
null
)
:
Interceptor
Members
Constructors
Too
Many
Requests
Interceptor
Link copied to clipboard
constructor
(
tooManyRequestsResponseCode
:
Int
=
429
,
customMessage
:
String
?
=
null
)
Functions
intercept
Link copied to clipboard
open
override
fun
intercept
(
chain
:
Interceptor.Chain
)
:
Response