Sensor.TypeHingeAngle フィールド

定義

注意事項

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

ヒンジ角度センサーを記述する定数。

[Android.Runtime.Register("TYPE_HINGE_ANGLE", ApiSince=30)]
[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 TypeHingeAngle = 36;
[<Android.Runtime.Register("TYPE_HINGE_ANGLE", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.SensorType enum directly instead of this field.", true)>]
val mutable TypeHingeAngle : Android.Hardware.SensorType

フィールド値

Value = 36
属性

注釈

ヒンジ角度センサーを記述する定数。

詳細については、 android.hardware.SensorEvent#values SensorEvent.values をご覧ください。

android.hardware.Sensor.TYPE_HINGE_ANGLEJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象