Skip to content

Instantly share code, notes, and snippets.

@neonankiti
Created September 19, 2019 15:08
Show Gist options
  • Save neonankiti/62ba09f97489a39d8bc1d5a5e253ad4e to your computer and use it in GitHub Desktop.
Save neonankiti/62ba09f97489a39d8bc1d5a5e253ad4e to your computer and use it in GitHub Desktop.
WorkerFactory for WorkManager sample
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