UserActionSensors

API Documentation:UserActionSensors

DSL object for configuring the sensor options of the user action monitoring feature.

Properties

PropertyDescription
click

Specifies if the sensor for View.OnClickListener is enabled.

composeClickable

Specifies if the sensor for Modifier.clickable is enabled.

composePager

Specifies if the sensor for androidx.compose.foundation.pager#VerticalPager and androidx.compose.foundation.pager.HorizontalPager is enabled.

composePullRefresh

Specifies if the sensor for Modifier#pullRefresh is enabled.

composeSemantics

Specifies if the sensor for semantic information is enabled.

composeSlider

Specifies if the sensor for androidx.compose.material.Slider and androidx.compose.material.RangeSlider is enabled.

composeSwipeable

Specifies if the sensor for Modifier.swipeable is enabled.

itemClick

Specifies if the sensor for AdapterView.OnItemClickListener is enabled.

itemSelect

Specifies if the sensor for AdapterView.OnItemSelectedListener is enabled.

menuClick

Specifies if the sensor for MenuItem.OnMenuItemClickListener is enabled.

optionSelect

Specifies if the sensor for Activity#onOptionsItemSelected is enabled.

pageChange

Specifies if the sensor for ViewPager.OnPageChangeListener is enabled.

refresh

Specifies if the sensor for SwipeRefreshLayout.OnRefreshListener is enabled.

Methods

No methods

Script blocks

No script blocks

Property details

boolean click

Specifies if the sensor for View.OnClickListener is enabled.

The default value is true.

boolean composeClickable

Specifies if the sensor for Modifier.clickable is enabled.

The default value is true.

boolean composePager

Specifies if the sensor for androidx.compose.foundation.pager#VerticalPager and androidx.compose.foundation.pager.HorizontalPager is enabled.

The default value is true.

boolean composePullRefresh

Specifies if the sensor for Modifier#pullRefresh is enabled.

The default value is true.

boolean composeSemantics

Specifies if the sensor for semantic information is enabled.

The default value is true.

boolean composeSlider

Specifies if the sensor for androidx.compose.material.Slider and androidx.compose.material.RangeSlider is enabled.

The default value is true.

boolean composeSwipeable

Specifies if the sensor for Modifier.swipeable is enabled.

The default value is true.

boolean itemClick

Specifies if the sensor for AdapterView.OnItemClickListener is enabled.

The default value is true.

boolean itemSelect

Specifies if the sensor for AdapterView.OnItemSelectedListener is enabled.

The default value is true.

boolean menuClick

Specifies if the sensor for MenuItem.OnMenuItemClickListener is enabled.

The default value is true.

boolean optionSelect

Specifies if the sensor for Activity#onOptionsItemSelected is enabled.

The default value is true.

boolean pageChange

Specifies if the sensor for ViewPager.OnPageChangeListener is enabled.

The default value is true.

boolean refresh

Specifies if the sensor for SwipeRefreshLayout.OnRefreshListener is enabled.

The default value is true.