Package com.swrve.sdk

Class SwrveNotificationFetcherOfflineWorker


  • public class SwrveNotificationFetcherOfflineWorker
    extends androidx.work.Worker
    • Nested Class Summary

      • Nested classes/interfaces inherited from class androidx.work.ListenableWorker

        androidx.work.ListenableWorker.Result
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      androidx.work.ListenableWorker.Result doWork()  
      • Methods inherited from class androidx.work.Worker

        startWork
      • Methods inherited from class androidx.work.ListenableWorker

        getApplicationContext, getBackgroundExecutor, getForegroundInfoAsync, getId, getInputData, getNetwork, getRunAttemptCount, getTags, getTaskExecutor, getTriggeredContentAuthorities, getTriggeredContentUris, getWorkerFactory, isRunInForeground, isStopped, isUsed, onStopped, setForegroundAsync, setProgressAsync, setRunInForeground, setUsed, stop
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SwrveNotificationFetcherOfflineWorker

        public SwrveNotificationFetcherOfflineWorker​(@NonNull
                                                     android.content.Context context,
                                                     @NonNull
                                                     androidx.work.WorkerParameters params)
    • Method Detail

      • doWork

        @NonNull
        public androidx.work.ListenableWorker.Result doWork()
        Specified by:
        doWork in class androidx.work.Worker