Class DVCLocalOptions

  • All Implemented Interfaces:
    IDVCOptions

    public class DVCLocalOptions
    extends java.lang.Object
    implements IDVCOptions
    • Constructor Summary

      Constructors 
      Constructor Description
      DVCLocalOptions​(int configRequestTimeoutMs, int configPollingIntervalMs, java.lang.String configCdnBaseUrl, java.lang.String eventsApiBaseUrl, int eventFlushIntervalMS, int flushEventQueueSize, int maxEventQueueSize, int eventRequestChunkSize, boolean disableAutomaticEventLogging, boolean disableCustomEventLogging)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • DVCLocalOptions

        public DVCLocalOptions​(int configRequestTimeoutMs,
                               int configPollingIntervalMs,
                               java.lang.String configCdnBaseUrl,
                               java.lang.String eventsApiBaseUrl,
                               int eventFlushIntervalMS,
                               int flushEventQueueSize,
                               int maxEventQueueSize,
                               int eventRequestChunkSize,
                               boolean disableAutomaticEventLogging,
                               boolean disableCustomEventLogging)