Class ConfigWorker



  • public class ConfigWorker
    extends Worker
    Worker for scheduling the ConfigJobProcessor to fetch config and store the result the BaseStorage provided by the SDK.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ConfigWorker(Context appContext, WorkerParameters params) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Result doWork() 
      • Methods inherited from class java.lang.Object

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

      • ConfigWorker

        public ConfigWorker(Context appContext,
                            WorkerParameters params)
    • Method Detail

      • doWork

        public Result doWork()