Luscii Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Luscii Android SDK
Luscii Android SDK
/
com.luscii.sdk.actions
/
Action
/
Instrument
/
Item
Item
class
Item
An item, or step, of an
instrument
.
Members
Types
Measurement
Link copied to clipboard
data
class
Measurement
(
val
item
:
Action.Instrument.Item
,
val
value
:
String
)
A measurement that was taken for this
Item
.
Properties
id
Link copied to clipboard
val
id
:
UUID
instrument
Link copied to clipboard
val
instrument
:
Action.Instrument
quantity
Link copied to clipboard
val
quantity
:
Action.Instrument.Item.Measurement.Quantity
version
Link copied to clipboard
val
version
:
UUID
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int