Jabbit Delegating Worker
class JabbitDelegatingWorker(appContext: Context, parameters: WorkerParameters) : CoroutineWorker(source)
The single androidx.work.ListenableWorker every Jabbit job is scheduled as.
WorkManager instantiates it by class name, and it resolves the actual JabbitWorker through the description installed by jabbit { }. It is public because WorkManager requires it to be; applications never reference it directly.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard