Light.LightTypePlayerId 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 a group of LED lights representing player id.

[Android.Runtime.Register("LIGHT_TYPE_PLAYER_ID", 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 LightTypePlayerId = 10002;
[<Android.Runtime.Register("LIGHT_TYPE_PLAYER_ID", 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 LightTypePlayerId : Android.Hardware.Lights.LightType

Field Value

Value = 10002

Implements

Attributes

Remarks

Type for lights that indicate a group of LED lights representing player id. Player id lights normally present on game controllers are lights that consist of a row of LEDs. During multi-player game, the player id for the current game controller is represented by one of the LED that is lit according to its position in the row.

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

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