Lingua

EventOutput.Builder.SetEventLogRecord(EventLogRecord) Method

Definition

An EventLogRecord to be written to the EVENTS table, if not null.

[Android.Runtime.Register("setEventLogRecord", "(Landroid/adservices/ondevicepersonalization/EventLogRecord;)Landroid/adservices/ondevicepersonalization/EventOutput$Builder;", "", ApiSince=35)]
public Android.AdServices.OnDevicePersonalization.EventOutput.Builder SetEventLogRecord(Android.AdServices.OnDevicePersonalization.EventLogRecord? value);
[<Android.Runtime.Register("setEventLogRecord", "(Landroid/adservices/ondevicepersonalization/EventLogRecord;)Landroid/adservices/ondevicepersonalization/EventOutput$Builder;", "", ApiSince=35)>]
member this.SetEventLogRecord : Android.AdServices.OnDevicePersonalization.EventLogRecord -> Android.AdServices.OnDevicePersonalization.EventOutput.Builder

Parameters

Returns

Attributes

Remarks

An EventLogRecord to be written to the EVENTS table, if not null. Each EventLogRecord is associated with a row in an existing RequestLogRecord that has been written to the REQUESTS table.

Android reference for android.adservices.ondevicepersonalization.EventOutput.Builder.setEventLogRecord.

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