Class MutableAnalyticsConfiguration

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void setAreExpressAppEventsEnabled(boolean arg) Set areExpressAppEventsEnabled.
      void setAreMobileSDKEventsEnabled(boolean arg) Set areMobileSDKEventsEnabled.
      void setIsEnabled(boolean arg) Set isEnabled.
      void setMobileMapSessionTimeoutInSec(float arg) Set mobileMapSessionTimeoutInSec.
      void setMobileSessionTimeoutInSec(float arg) Set mobileSessionTimeoutInSec.
      • Methods inherited from class com.pointrlabs.core.configuration.AnalyticsConfiguration

        getAreExpressAppEventsEnabled, getAreMobileSDKEventsEnabled, getIsEnabled, getMobileMapSessionTimeoutInSec, getMobileSessionTimeoutInSec
      • 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
    • Constructor Detail

    • Method Detail

      • setAreExpressAppEventsEnabled

         void setAreExpressAppEventsEnabled(boolean arg)

        Set areExpressAppEventsEnabled. Whether Analytics tracking is enabled when an express app Default is false

      • setAreMobileSDKEventsEnabled

         void setAreMobileSDKEventsEnabled(boolean arg)

        Set areMobileSDKEventsEnabled. Whether Analytics tracking is enabled when not an express app Default is false

      • setIsEnabled

         void setIsEnabled(boolean arg)

        Set isEnabled. Whether Analytics tracking is enabled Default is false

      • setMobileMapSessionTimeoutInSec

         void setMobileMapSessionTimeoutInSec(float arg)

        Set mobileMapSessionTimeoutInSec. After how much time, map interaction events time out and are registered as an event for mobile Default is 30.0

      • setMobileSessionTimeoutInSec

         void setMobileSessionTimeoutInSec(float arg)

        Set mobileSessionTimeoutInSec. After how much time, use-sdk events time out and are registered as an event for mobile Default is 1800.0