Skip to content

Instantly share code, notes, and snippets.

@adityaladwa
Created November 19, 2017 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adityaladwa/0dccd692cb02f5b5ec78474a102768a1 to your computer and use it in GitHub Desktop.
Save adityaladwa/0dccd692cb02f5b5ec78474a102768a1 to your computer and use it in GitHub Desktop.
val okhttpClientBuilder = OkHttpClient.Builder()
val networkInterceptor = NetworkInterceptor(context)
okhttpClientBuilder.addInterceptor(networkInterceptor)
val okhttpClient = okhttpClientBuilder.build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment