Share via


RequestLogRecord.Rows Property

Definition

A List of rows, each containing a ContentValues.

public System.Collections.Generic.IList<Android.Content.ContentValues> Rows { [Android.Runtime.Register("getRows", "()Ljava/util/List;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getRows", "()Ljava/util/List;", "", ApiSince=35)>]
member this.Rows : System.Collections.Generic.IList<Android.Content.ContentValues>

Property Value

Attributes

Remarks

A List of rows, each containing a ContentValues.

Java documentation for android.adservices.ondevicepersonalization.RequestLogRecord.getRows().

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