Share via


ExecuteInput(String, PersistableBundle) Constructor

Definition

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.

Java documentation for android.adservices.ondevicepersonalization.ExecuteInput.ExecuteInput(java.lang.String, android.os.PersistableBundle).

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