Created
September 19, 2019 15:08
-
-
Save neonankiti/62ba09f97489a39d8bc1d5a5e253ad4e to your computer and use it in GitHub Desktop.
WorkerFactory for WorkManager sample
This file contains hidden or 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
interface ChildWorkerFactory { | |
fun create(appContext: Context, params: WorkerParameters): ListenableWorker | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment