Class ReportingWorker
-
- All Implemented Interfaces:
public final class ReportingWorker extends Worker
-
-
Constructor Summary
Constructors Constructor Description ReportingWorker(Context appContext, WorkerParameters workerParams)
-
Method Summary
Modifier and Type Method Description ListenableWorker.ResultdoWork()-
Methods inherited from class androidx.work.ListenableWorker
getApplicationContext, getBackgroundExecutor, getId, getInputData, getNetwork, getRunAttemptCount, getStopReason, getTags, getTaskExecutor, getTriggeredContentAuthorities, getTriggeredContentUris, getWorkerFactory, isStopped, isUsed, onStopped, setForegroundAsync, setProgressAsync, setUsed, stop -
Methods inherited from class androidx.work.Worker
getForegroundInfo, getForegroundInfoAsync, startWork -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ReportingWorker
ReportingWorker(Context appContext, WorkerParameters workerParams)
-
-
Method Detail
-
doWork
ListenableWorker.Result doWork()
-
-
-
-