Interaction

inner class Interaction

User interaction events like touch.

Functions

Link copied to clipboard
fun disableAll()

Disables all user's interaction events.

Link copied to clipboard
fun enableAll()

Enables all user's interaction events.

Properties

Link copied to clipboard
var isRageClickEnabled: Boolean

Whether "rage" clicks are automatically tracked.

Link copied to clipboard
var isSelectorEnabled: Boolean

Whether clicks on Views are automatically tracked.

Link copied to clipboard
var isTouchEnabled: Boolean

Whether user's touches are automatically collected.