toggle menu
Jochens Next Dinner
androidJvm
switch theme
search in API
app
/
be.hogent.jochensnextdinner.data
/
RetryCallAdapter
Retry
Call
Adapter
class
RetryCallAdapter
<
R
>
(
delegate
:
CallAdapter
<
R
,
*
>
)
:
CallAdapter
<
R
,
Any
>
Call adapter that delegates to another call adapter and supports retrying API calls.
Members
Constructors
Retry
Call
Adapter
Link copied to clipboard
constructor
(
delegate
:
CallAdapter
<
R
,
*
>
)
Functions
adapt
Link copied to clipboard
open
override
fun
adapt
(
call
:
Call
<
R
>
)
:
Any
response
Type
Link copied to clipboard
open
override
fun
responseType
(
)
:
Type