createWorker

open override fun createWorker(appContext: Context, workerClassName: String, workerParameters: WorkerParameters): ListenableWorker?(source)

Creates the SDAI value produced by createWorker.

Return

Result produced by createWorker.

Author

Dmitriy Moroz

Parameters

appContext

app context value consumed by the API.

workerClassName

worker class name value consumed by the API.

workerParameters

worker parameters value consumed by the API.