constraints
Builds Constraints with a DSL.
val constraints = constraints {
requiredNetworkType = NetworkType.CONNECTED
requiresBatteryNotLow = true
}Content copied to clipboard
Builds Constraints with a DSL.
val constraints = constraints {
requiredNetworkType = NetworkType.CONNECTED
requiresBatteryNotLow = true
}