EventOutput.EventLogRecord Property    
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.
An EventLogRecord to be written to the EVENTS table, if not null.
public Android.AdServices.OnDevicePersonalization.EventLogRecord? EventLogRecord { [Android.Runtime.Register("getEventLogRecord", "()Landroid/adservices/ondevicepersonalization/EventLogRecord;", "", ApiSince=35)] get; }[<get: Android.Runtime.Register("getEventLogRecord", "()Landroid/adservices/ondevicepersonalization/EventLogRecord;", "", ApiSince=35)>]
member this.EventLogRecord : Android.AdServices.OnDevicePersonalization.EventLogRecordProperty Value
- 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.
Java documentation for android.adservices.ondevicepersonalization.EventOutput.getEventLogRecord().
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.