EventLogRecord.RequestLogRecord 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.
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
.
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.