ExecuteInput(String, 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 an ExecuteInput
.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/os/PersistableBundle;)V", "", ApiSince=36)]
public ExecuteInput(string appPackageName, Android.OS.PersistableBundle appParams);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Landroid/os/PersistableBundle;)V", "", ApiSince=36)>]
new Android.AdServices.OnDevicePersonalization.ExecuteInput : string * Android.OS.PersistableBundle -> Android.AdServices.OnDevicePersonalization.ExecuteInput
Parameters
- appPackageName
- String
the package name of the calling app.
- appParams
- PersistableBundle
the parameters provided by the app to the IsolatedService
. The
service defines the expected keys in this PersistableBundle
.
- Attributes
Remarks
Creates an ExecuteInput
.
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.