ExecuteOutput.Builder.SetRequestLogRecord(RequestLogRecord) Method
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.
Persistent data to be written to the REQUESTS table after IsolatedWorker.onExecute(ExecuteInput,android.os.OutcomeReceiver) completes.
[Android.Runtime.Register("setRequestLogRecord", "(Landroid/adservices/ondevicepersonalization/RequestLogRecord;)Landroid/adservices/ondevicepersonalization/ExecuteOutput$Builder;", "", ApiSince=35)]
public Android.AdServices.OnDevicePersonalization.ExecuteOutput.Builder SetRequestLogRecord(Android.AdServices.OnDevicePersonalization.RequestLogRecord? value);
[<Android.Runtime.Register("setRequestLogRecord", "(Landroid/adservices/ondevicepersonalization/RequestLogRecord;)Landroid/adservices/ondevicepersonalization/ExecuteOutput$Builder;", "", ApiSince=35)>]
member this.SetRequestLogRecord : Android.AdServices.OnDevicePersonalization.RequestLogRecord -> Android.AdServices.OnDevicePersonalization.ExecuteOutput.Builder
Parameters
- value
- RequestLogRecord
Returns
- 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.
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.