RequestLogRecord.Builder.SetRows(IList<ContentValues>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A List of rows, each containing a ContentValues.
[Android.Runtime.Register("setRows", "(Ljava/util/List;)Landroid/adservices/ondevicepersonalization/RequestLogRecord$Builder;", "", ApiSince=35)]
public Android.AdServices.OnDevicePersonalization.RequestLogRecord.Builder SetRows(System.Collections.Generic.IList<Android.Content.ContentValues> value);
[<Android.Runtime.Register("setRows", "(Ljava/util/List;)Landroid/adservices/ondevicepersonalization/RequestLogRecord$Builder;", "", ApiSince=35)>]
member this.SetRows : System.Collections.Generic.IList<Android.Content.ContentValues> -> Android.AdServices.OnDevicePersonalization.RequestLogRecord.Builder
Parameters
- value
- IList<ContentValues>
Returns
- Attributes
Remarks
A List of rows, each containing a ContentValues.
Android reference for android.adservices.ondevicepersonalization.RequestLogRecord.Builder.setRows.
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.