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 |
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 AdapterView.OnItemSelectedListener
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.