Langue

MotionState.MotionLarge Field

Definition

Caution

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

Large motion was detected (orientation change >= 10°).

[Android.Runtime.Register("MOTION_LARGE", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Ranging.RangingMotion enum directly instead of this field.", true)]
public const Android.Ranging.RangingMotion MotionLarge = 3;
[<Android.Runtime.Register("MOTION_LARGE", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Ranging.RangingMotion enum directly instead of this field.", true)>]
val mutable MotionLarge : Android.Ranging.RangingMotion

Field Value

Value = 3

Implements

Attributes

Remarks

Large motion was detected (orientation change >= 10°).

Android reference for android.ranging.MotionState.MOTION_LARGE.

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