Class MutableAnalyticsConfiguration
-
- All Implemented Interfaces:
public class MutableAnalyticsConfiguration extends AnalyticsConfiguration
-
-
Method Summary
Modifier and Type Method Description void
setIsEnabled(boolean arg)
Set isEnabled. -
Methods inherited from class com.pointrlabs.core.configuration.AnalyticsConfiguration
getIsEnabled
-
Methods inherited from class com.pointrlabs.core.configuration.ConfigurationSection
isValid
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
setIsEnabled
void setIsEnabled(boolean arg)
Set isEnabled. Whether Analytics tracking is enabled Default is false
-
-
-
-