-
public final class RageClickOptionsConfiguration options for rage click detection.
Rage clicks occur when a user rapidly clicks the same element multiple times within a short time window, indicating frustration.
-
-
Constructor Summary
Constructors Constructor Description RageClickOptions(Boolean enabled)
-
Method Summary
Modifier and Type Method Description final BooleangetEnabled()-
-
Constructor Detail
-
RageClickOptions
RageClickOptions(Boolean enabled)
-
-
Method Detail
-
getEnabled
final Boolean getEnabled()
-
-
-
-