Share via


LightsRequest.LightsAndStates Property

Definition

Get a map of lights and states.

public System.Collections.Generic.IDictionary<Android.Hardware.Lights.Light,Android.Hardware.Lights.LightState> LightsAndStates { [Android.Runtime.Register("getLightsAndStates", "()Ljava/util/Map;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getLightsAndStates", "()Ljava/util/Map;", "", ApiSince=31)>]
member this.LightsAndStates : System.Collections.Generic.IDictionary<Android.Hardware.Lights.Light, Android.Hardware.Lights.LightState>

Property Value

Attributes

Remarks

Get a map of lights and states. The map will contain all the lights as keys and the corresponding LightState requested as values.

Java documentation for android.hardware.lights.LightsRequest.getLightsAndStates().

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