Skip to content

Instantly share code, notes, and snippets.

@ceruleanotter
Created January 22, 2019 19:16
Show Gist options
  • Save ceruleanotter/8ddc90d35d264d85cde7e2a9e153e419 to your computer and use it in GitHub Desktop.
Save ceruleanotter/8ddc90d35d264d85cde7e2a9e153e419 to your computer and use it in GitHub Desktop.
WorkManager Basics: Simple 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