Android.Hardware.TriggerEvent.Values Property

Sensor.TYPE_SIGNIFICANT_MOTION

The value field is of length 1. value[0] = 1.0 when the sensor triggers. 1.0 is the only allowed value.

Syntax

[Android.Runtime.Register("values")]
public IList<float> Values { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Sensor.TYPE_SIGNIFICANT_MOTION

The value field is of length 1. value[0] = 1.0 when the sensor triggers. 1.0 is the only allowed value.

The length and contents of the TriggerEvent.Values array depends on which Android.Hardware.Sensor type is being monitored (see also Android.Hardware.SensorEvent for a definition of the coordinate system used).

[Android Documentation]

Requirements

Namespace: Android.Hardware
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18