Light.LightTypeKeyboardBacklight 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 illuminate keyboard keys.

[Android.Runtime.Register("LIGHT_TYPE_KEYBOARD_BACKLIGHT", ApiSince=34)]
[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 LightTypeKeyboardBacklight = 10003;
[<Android.Runtime.Register("LIGHT_TYPE_KEYBOARD_BACKLIGHT", ApiSince=34)>]
[<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 LightTypeKeyboardBacklight : Android.Hardware.Lights.LightType

Field Value

Value = 10003

Implements

Attributes

Remarks

Type for lights that illuminate keyboard keys.

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

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