Sensor.TypeHeading フィールド

定義

注意事項

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

見出しセンサーを記述する定数文字列。

[Android.Runtime.Register("TYPE_HEADING", 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 TypeHeading = 42;
[<Android.Runtime.Register("TYPE_HEADING", 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 TypeHeading : Android.Hardware.SensorType

フィールド値

Value = 42
属性

注釈

見出しセンサーを記述する定数文字列。

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

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

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

適用対象