次の方法で共有


ExecuteOutput.RequestLogRecord Property

Definition

Persistent data to be written to the REQUESTS table after IsolatedWorker#onExecute(ExecuteInput, 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#onExecute(ExecuteInput, android.os.OutcomeReceiver) completes. If null, no persistent data will be written.

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