EventLogRecord.Builder.SetRowIndex(Int32) 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.
The index of the row in an existing RequestLogRecord that this payload should be associated with.
[Android.Runtime.Register("setRowIndex", "(I)Landroid/adservices/ondevicepersonalization/EventLogRecord$Builder;", "", ApiSince=35)]
public Android.AdServices.OnDevicePersonalization.EventLogRecord.Builder SetRowIndex(int value);
[<Android.Runtime.Register("setRowIndex", "(I)Landroid/adservices/ondevicepersonalization/EventLogRecord$Builder;", "", ApiSince=35)>]
member this.SetRowIndex : int -> Android.AdServices.OnDevicePersonalization.EventLogRecord.Builder
Parameters
- value
- Int32
Value is 0 or greater
Returns
- Attributes
Remarks
The index of the row in an existing RequestLogRecord that this payload should be associated with.
Android reference for android.adservices.ondevicepersonalization.EventLogRecord.Builder.setRowIndex.
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.