data class OVRMetric(val definition: OVRMetricDefinition, val getValue: () -> Int)
OVRMetric
(
definition
, getValue
)
|
Signature
constructor(definition: OVRMetricDefinition, getValue: () -> Int) Parameters
definition:
OVRMetricDefinition
getValue:
Function0
Returns |
definition
: OVRMetricDefinition
[Get] |
Signature
val definition: OVRMetricDefinition |
getValue
: Function0
[Get] |
Signature
val getValue: () -> Int |
getName
()
|
Signature
fun getName(): String Returns
String
|