Package com.dynatrace.tools.android.dsl
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddetectRageTaps(boolean enabled) Specifies if rage tap detection is enabled.booleaninthashCode()booleanSpecifies if rage tap detection is enabled.toString()
-
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:
isDetectRageTapsin interfacecom.dynatrace.tools.android.api.BehavioralEventsOptions- Returns:
- true, if rage tap detection is enabled
-
hashCode
public int hashCode() -
equals
-
toString
-