Sensor.StringTypeOrientation Field

Definition

Caution

deprecated

A constant string describing an orientation sensor type.

[Android.Runtime.Register("STRING_TYPE_ORIENTATION")]
[System.Obsolete("deprecated")]
public const string StringTypeOrientation;
[<Android.Runtime.Register("STRING_TYPE_ORIENTATION")>]
[<System.Obsolete("deprecated")>]
val mutable StringTypeOrientation : string

Field Value

Attributes

Remarks

A constant string describing an orientation sensor type.

This member is deprecated. use android.hardware.SensorManager#getOrientation SensorManager.getOrientation() instead.

Java documentation for android.hardware.Sensor.STRING_TYPE_ORIENTATION.

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