-
public class OkHttpDownloader.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static OkHttpDownloader.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final OkHttpDownloadercreate()Create an instance using a default OkHttpClient. final OkHttpDownloadercreate(OkHttpClient client)Create an instance using a client.-
-
Method Detail
-
create
final OkHttpDownloader create()
Create an instance using a default OkHttpClient.
-
create
final OkHttpDownloader create(OkHttpClient client)
Create an instance using a
client.
-
-
-
-