Uses of Enum Class
com.dmurph.tracking.JGoogleAnalyticsTracker.DispatchMode
Packages that use JGoogleAnalyticsTracker.DispatchMode
-
Uses of JGoogleAnalyticsTracker.DispatchMode in com.dmurph.tracking
Subclasses with type arguments of type JGoogleAnalyticsTracker.DispatchMode in com.dmurph.trackingFields in com.dmurph.tracking declared as JGoogleAnalyticsTracker.DispatchModeMethods in com.dmurph.tracking that return JGoogleAnalyticsTracker.DispatchModeModifier and TypeMethodDescriptionJGoogleAnalyticsTracker.getDispatchMode()Gets the current dispatch mode.Returns the enum constant of this class with the specified name.static JGoogleAnalyticsTracker.DispatchMode[]JGoogleAnalyticsTracker.DispatchMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.dmurph.tracking with parameters of type JGoogleAnalyticsTracker.DispatchModeModifier and TypeMethodDescriptionvoidJGoogleAnalyticsTracker.setDispatchMode(JGoogleAnalyticsTracker.DispatchMode argMode) Sets the dispatch modeConstructors in com.dmurph.tracking with parameters of type JGoogleAnalyticsTracker.DispatchModeModifierConstructorDescriptionJGoogleAnalyticsTracker(AnalyticsConfigData argConfigData, JGoogleAnalyticsTracker.GoogleAnalyticsVersion argVersion, JGoogleAnalyticsTracker.DispatchMode argMode)