EventInput(RequestLogRecord, PersistableBundle) Constructor
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.
Creates a new EventInput.
[Android.Runtime.Register(".ctor", "(Landroid/adservices/ondevicepersonalization/RequestLogRecord;Landroid/os/PersistableBundle;)V", "", ApiSince=36)]
public EventInput(Android.AdServices.OnDevicePersonalization.RequestLogRecord? requestLogRecord, Android.OS.PersistableBundle parameters);
[<Android.Runtime.Register(".ctor", "(Landroid/adservices/ondevicepersonalization/RequestLogRecord;Landroid/os/PersistableBundle;)V", "", ApiSince=36)>]
new Android.AdServices.OnDevicePersonalization.EventInput : Android.AdServices.OnDevicePersonalization.RequestLogRecord * Android.OS.PersistableBundle -> Android.AdServices.OnDevicePersonalization.EventInput
Parameters
- requestLogRecord
- RequestLogRecord
The RequestLogRecord
that was returned as a result of
IsolatedWorker#onExecute(ExecuteInput, android.os.OutcomeReceiver)
.
- parameters
- PersistableBundle
The Event URL parameters that the service passed to EventUrlProvider#createEventTrackingUrlWithResponse(PersistableBundle, byte[], String)
or EventUrlProvider#createEventTrackingUrlWithRedirect(PersistableBundle, Uri)
.
- Attributes
Remarks
Creates a new EventInput.
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.