Light.LightTypeMicrophone フィールド

定義

注意事項

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

マイクの使用状況を示すライトの種類

[Android.Runtime.Register("LIGHT_TYPE_MICROPHONE", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Lights.LightType enum directly instead of this field.", true)]
public const Android.Hardware.Lights.LightType LightTypeMicrophone = 8;
[<Android.Runtime.Register("LIGHT_TYPE_MICROPHONE", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Lights.LightType enum directly instead of this field.", true)>]
val mutable LightTypeMicrophone : Android.Hardware.Lights.LightType

フィールド値

Value = 8

実装

属性

注釈

マイクの使用状況を示すライトの種類

の Java ドキュメント android.hardware.lights.Light.LIGHT_TYPE_MICROPHONE

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

適用対象