Skip to content

Instantly share code, notes, and snippets.

@Ikhiloya
Created May 26, 2020 14:32
Show Gist options
  • Save Ikhiloya/0e201e740cc0e936ff2af54b1d60ed75 to your computer and use it in GitHub Desktop.
Save Ikhiloya/0e201e740cc0e936ff2af54b1d60ed75 to your computer and use it in GitHub Desktop.
WorkManager Network constraint
val constraints = Constraints.Builder()
.setRequiredNetworkType(NetworkType.CONNECTED)
.build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment