WebTriggerOutput.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.
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.
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.