-
public final class CouponsSyncWorker extends CoroutineWorker
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCouponsSyncWorker.Companion
-
Field Summary
Fields Modifier and Type Field Description private final CoroutineDispatchercoroutineContext
-
Constructor Summary
Constructors Constructor Description CouponsSyncWorker(Context appContext, WorkerParameters workerParams)
-
Method Summary
Modifier and Type Method Description CoroutineDispatchergetCoroutineContext()ListenableWorker.ResultdoWork()-
Methods inherited from class androidx.work.CoroutineWorker
getApplicationContext, getBackgroundExecutor, getId, getInputData, getNetwork, getRunAttemptCount, getStopReason, getTags, getTaskExecutor, getTriggeredContentAuthorities, getTriggeredContentUris, getWorkerFactory, isStopped, isUsed, setForegroundAsync, setProgressAsync, setUsed, stop -
Methods inherited from class app.appnomix.sdk.internal.data.network.CouponsSyncWorker
getForegroundInfo, getForegroundInfoAsync, onStopped, setForeground, setProgress, startWork -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CouponsSyncWorker
CouponsSyncWorker(Context appContext, WorkerParameters workerParams)
-
-
Method Detail
-
getCoroutineContext
CoroutineDispatcher getCoroutineContext()
-
doWork
ListenableWorker.Result doWork()
-
-
-
-