SandwichDemo
1.3.0
sandwich-datasource
/
com.skydoves.sandwich.datasource
/
DataSource
/
retry
retry
abstract
fun
retry
(
retryCount
:
Int
,
interval
:
Long
)
:
DataSource
<
T
>
Content copied to clipboard
retry fetching data few times with time interval when the request gets failure.