-
public final class AnalyticsConfigConfiguration class for the Screen Tracking Analytics library. Use the analyticsConfig DSL function to create and configure an instance of this class.
-
-
Field Summary
Fields Modifier and Type Field Description private final <ERROR CLASS>providersprivate BooleandebugModeprivate final MethodTrackingConfigmethodTracking
-
Constructor Summary
Constructors Constructor Description AnalyticsConfig()
-
Method Summary
Modifier and Type Method Description final <ERROR CLASS>getProviders()final BooleangetDebugMode()final UnitsetDebugMode(Boolean debugMode)final MethodTrackingConfiggetMethodTracking()-
-
Method Detail
-
getProviders
final <ERROR CLASS> getProviders()
-
getDebugMode
final Boolean getDebugMode()
-
setDebugMode
final Unit setDebugMode(Boolean debugMode)
-
getMethodTracking
final MethodTrackingConfig getMethodTracking()
-
-
-
-