Class BehavioralEventsOptions

java.lang.Object
com.dynatrace.tools.android.dsl.BehavioralEventsOptions
All Implemented Interfaces:
com.dynatrace.tools.android.api.BehavioralEventsOptions, Serializable

public class BehavioralEventsOptions extends Object implements Serializable, com.dynatrace.tools.android.api.BehavioralEventsOptions
DSL object for configuring behavioral events.
Since:
8.231
See Also:
  • Constructor Details

    • BehavioralEventsOptions

      public BehavioralEventsOptions()
  • Method Details

    • detectRageTaps

      public void detectRageTaps(boolean enabled)
      Specifies if rage tap detection is enabled

      The default value is true.

      Parameters:
      enabled - true, if rage tap detection should be enabled
    • isDetectRageTaps

      public boolean isDetectRageTaps()
      Specifies if rage tap detection is enabled

      The default value is true.

      Specified by:
      isDetectRageTaps in interface com.dynatrace.tools.android.api.BehavioralEventsOptions
      Returns:
      true, if rage tap detection is enabled
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object