Freigeben über


WebTriggerOutput.RequestLogRecord Property

Definition

Persistent data to be written to the REQUESTS table after IsolatedWorker#onWebTrigger(WebTriggerInput, android.os.OutcomeReceiver) completes.

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

Persistent data to be written to the REQUESTS table after IsolatedWorker#onWebTrigger(WebTriggerInput, android.os.OutcomeReceiver) completes. This can be null if no data needs to be written to the REQUESTS table.

Java documentation for android.adservices.ondevicepersonalization.WebTriggerOutput.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