data class OVRMetric(val definition: OVRMetricDefinition, val getValue: () -> Int)
OVRMetric
(
definition
,
getValue
)
:
OVRMetric |
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
()
:
String
|
Signature
fun getName(): String Returns
String
|