Freigeben über


EventLogRecord.RequestLogRecord Property

Definition

The existing RequestLogRecord that this payload should be associated with.

public Android.AdServices.OnDevicePersonalization.RequestLogRecord? RequestLogRecord { [Android.Runtime.Register("getRequestLogRecord", "()Landroid/adservices/ondevicepersonalization/RequestLogRecord;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getRequestLogRecord", "()Landroid/adservices/ondevicepersonalization/RequestLogRecord;", "", ApiSince=35)>]
member this.RequestLogRecord : Android.AdServices.OnDevicePersonalization.RequestLogRecord

Property Value

Attributes

Remarks

The existing RequestLogRecord that this payload should be associated with. In an implementation of IsolatedWorker#onExecute(ExecuteInput, android.os.OutcomeReceiver), this should be set to a value returned by LogReader#getRequests(Instant, Instant). In an implementation of IsolatedWorker#onEvent(EventInput, android.os.OutcomeReceiver), this should be set to null because the payload will be automatically associated with the current RequestLogRecord.

Java documentation for android.adservices.ondevicepersonalization.EventLogRecord.getRequestLogRecord().

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