AssistedWorkerFactory

fun interface AssistedWorkerFactory<T : ListenableWorker>

Creates a ListenableWorker using Dagger for the TangleWorkerFactory.

Since

0.12.0

Functions

Link copied to clipboard
abstract fun create(context: Context, params: WorkerParameters): T

Creates a ListenableWorker of type T.

Sources

Link copied to clipboard