bluetooth
Toggle table of contents
2.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
bluetooth
bluetooth
/
pl.efento.mobile.bluetooth.model.sensor
/
OnMeasurementConditionParameters
On
Measurement
Condition
Parameters
data
class
OnMeasurementConditionParameters
(
val
measurementInterval
:
Int
,
val
selectedRules
:
Set
<
Int
>
,
val
negatedRules
:
Set
<
Int
>
)
:
ConditionParameters
Members
Constructors
On
Measurement
Condition
Parameters
Link copied to clipboard
constructor
(
measurementInterval
:
Int
,
selectedRules
:
Set
<
Int
>
,
negatedRules
:
Set
<
Int
>
)
Properties
measurement
Interval
Link copied to clipboard
val
measurementInterval
:
Int
negated
Rules
Link copied to clipboard
val
negatedRules
:
Set
<
Int
>
selected
Rules
Link copied to clipboard
val
selectedRules
:
Set
<
Int
>