LightsRequest.LightStates Property

Definition

Get a list of LightState.

public System.Collections.Generic.IList<Android.Hardware.Lights.LightState> LightStates { [Android.Runtime.Register("getLightStates", "()Ljava/util/List;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getLightStates", "()Ljava/util/List;", "", ApiSince=31)>]
member this.LightStates : System.Collections.Generic.IList<Android.Hardware.Lights.LightState>

Property Value

List of light states

Attributes

Remarks

Get a list of LightState. The states will be returned in same order as the light ids returned by #getLights().

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

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