Sensor.TypeAccelerometerLimitedAxes Field

Definition

Caution

This constant will be removed in the future version. Use Android.Hardware.SensorType enum directly instead of this field.

A constant describing a limited axes accelerometer sensor.

[Android.Runtime.Register("TYPE_ACCELEROMETER_LIMITED_AXES", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.SensorType enum directly instead of this field.", true)]
public const Android.Hardware.SensorType TypeAccelerometerLimitedAxes = 38;
[<Android.Runtime.Register("TYPE_ACCELEROMETER_LIMITED_AXES", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.SensorType enum directly instead of this field.", true)>]
val mutable TypeAccelerometerLimitedAxes : Android.Hardware.SensorType

Field Value

Value = 38
Attributes

Remarks

A constant describing a limited axes accelerometer sensor.

See android.hardware.SensorEvent#values SensorEvent.values for more details.

Java documentation for android.hardware.Sensor.TYPE_ACCELEROMETER_LIMITED_AXES.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to