Language

Light.LightTypeApplication 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 application driven use cases.

[Android.Runtime.Register("LIGHT_TYPE_APPLICATION", ApiSince=37)]
[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 LightTypeApplication = 10;
[<Android.Runtime.Register("LIGHT_TYPE_APPLICATION", ApiSince=37)>]
[<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 LightTypeApplication : Android.Hardware.Lights.LightType

Field Value

Value = 10

Implements

Attributes

Remarks

Type for lights that indicate application driven use cases.

Android reference for android.hardware.lights.Light.LIGHT_TYPE_APPLICATION.

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