-
public final class DeadClickOptionsConfiguration options for dead click detection.
Dead clicks occur when a user clicks an element but no UI change is detected, suggesting the click had no effect or the UI is unresponsive.
-
-
Constructor Summary
Constructors Constructor Description DeadClickOptions(Boolean enabled)
-
Method Summary
Modifier and Type Method Description final BooleangetEnabled()-
-
Constructor Detail
-
DeadClickOptions
DeadClickOptions(Boolean enabled)
-
-
Method Detail
-
getEnabled
final Boolean getEnabled()
-
-
-
-