Last active
January 31, 2019 17:56
-
-
Save ceruleanotter/42397dac7068c93584006f8aee1d25af to your computer and use it in GitHub Desktop.
WorkManager Basics: ArrayCreatingInputMerger Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val compressWorkRequest = OneTimeWorkRequestBuilder<CompressWorker>() | |
.setInputMerger(ArrayCreatingInputMerger::class.java) | |
.setConstraints(constraints) | |
.build() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment