Light.LightTypeMicrophone Field

Definition

Caution

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

Type for lights that indicate microphone usage

[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

Field Value

Value = 8

Implements

Attributes

Remarks

Type for lights that indicate microphone usage

Java documentation for android.hardware.lights.Light.LIGHT_TYPE_MICROPHONE.

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