-
- All Implemented Interfaces:
-
tv.mycujoo.mcls.helper.IDownloaderClient
public final class DownloaderClient implements IDownloaderClient
-
-
Field Summary
Fields Modifier and Type Field Description private final OkHttpClientokHttpClient
-
Constructor Summary
Constructors Constructor Description DownloaderClient(OkHttpClient okHttpClient)
-
Method Summary
Modifier and Type Method Description final OkHttpClientgetOkHttpClient()Unitdownload(Action.ShowOverlayAction showOverlayAction, Function1<Action.ShowOverlayAction, Unit> callback)-
-
Method Detail
-
getOkHttpClient
final OkHttpClient getOkHttpClient()
-
download
Unit download(Action.ShowOverlayAction showOverlayAction, Function1<Action.ShowOverlayAction, Unit> callback)
-
-
-
-