Table of Contents
| API Documentation: | UserActionSensors |
|---|
DSL object for configuring the sensor options of the user action monitoring feature.
| Property | Description |
click | Specifies if the sensor for |
composeClickable | Specifies if the sensor for |
composePager | Specifies if the sensor for |
composePullRefresh | Specifies if the sensor for |
composeSemantics | Specifies if the sensor for semantic information is enabled. |
composeSlider | Specifies if the sensor for |
composeSwipeable | Specifies if the sensor for |
itemClick | Specifies if the sensor for |
itemSelect | Specifies if the sensor for |
menuClick | Specifies if the sensor for |
optionSelect | Specifies if the sensor for |
pageChange | Specifies if the sensor for |
refresh | Specifies if the sensor for |
Specifies if the sensor for View.OnClickListener is enabled.
The default value is true.
Specifies if the sensor for Modifier.clickable is enabled.
The default value is true.
Specifies if the sensor for androidx.compose.foundation.pager#VerticalPager and
androidx.compose.foundation.pager.HorizontalPager is enabled.
The default value is true.
Specifies if the sensor for Modifier#pullRefresh is enabled.
The default value is true.
Specifies if the sensor for semantic information is enabled.
The default value is true.
Specifies if the sensor for androidx.compose.material.Slider and
androidx.compose.material.RangeSlider is enabled.
The default value is true.
Specifies if the sensor for Modifier.swipeable is enabled.
The default value is true.
Specifies if the sensor for AdapterView.OnItemClickListener is enabled.
The default value is true.
Specifies if the sensor for AdapterView.OnItemSelectedListener is enabled.
The default value is true.
Specifies if the sensor for MenuItem.OnMenuItemClickListener is enabled.
The default value is true.
Specifies if the sensor for Activity#onOptionsItemSelected is enabled.
The default value is true.
Specifies if the sensor for ViewPager.OnPageChangeListener is enabled.
The default value is true.