Język

ExecuteInIsolatedServiceRequest.Builder.SetAppParams Method

Definition

A PersistableBundle that is passed from the calling app to the IsolatedService.

[Android.Runtime.Register("setAppParams", "(Landroid/os/PersistableBundle;)Landroid/adservices/ondevicepersonalization/ExecuteInIsolatedServiceRequest$Builder;", "", ApiSince=36)]
public Android.AdServices.OnDevicePersonalization.ExecuteInIsolatedServiceRequest.Builder SetAppParams(Android.OS.PersistableBundle value);
[<Android.Runtime.Register("setAppParams", "(Landroid/os/PersistableBundle;)Landroid/adservices/ondevicepersonalization/ExecuteInIsolatedServiceRequest$Builder;", "", ApiSince=36)>]
member this.SetAppParams : Android.OS.PersistableBundle -> Android.AdServices.OnDevicePersonalization.ExecuteInIsolatedServiceRequest.Builder

Parameters

Returns

Attributes

Remarks

A PersistableBundle that is passed from the calling app to the IsolatedService. The expected contents of this parameter are defined by the IsolatedService. The platform does not interpret this parameter.

Android reference for android.adservices.ondevicepersonalization.ExecuteInIsolatedServiceRequest.Builder.setAppParams.

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