Share via


LightsRequest.Lights Property

Definition

Get a list of Light as ids.

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

Property Value

List of light ids in the request.

Attributes

Remarks

Get a list of Light as ids.

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

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