Idioma

MotionState.MotionNotDetected Campo

Definição

Cuidado

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

O movimento não foi detectado (alteração de orientação < 5°).

[Android.Runtime.Register("MOTION_NOT_DETECTED", 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 MotionNotDetected = 0;
[<Android.Runtime.Register("MOTION_NOT_DETECTED", 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 MotionNotDetected : Android.Ranging.RangingMotion

Valor do campo

Value = 0

Implementações

Atributos

Comentários

O movimento não foi detectado (alteração de orientação < 5°).

Referência do Android para android.ranging.MotionState.MOTION_NOT_DETECTED.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a