PackageInstaller.SessionParams.SetExtensionParams(PersistableBundle) Method

Definition

Optionally called to provide a set of parameters to pass directly to the developer verification service provider (a.

[Android.Runtime.Register("setExtensionParams", "(Landroid/os/PersistableBundle;)V", "GetSetExtensionParams_Landroid_os_PersistableBundle_Handler", ApiSince=36)]
public virtual void SetExtensionParams(Android.OS.PersistableBundle extensionParams);
[<Android.Runtime.Register("setExtensionParams", "(Landroid/os/PersistableBundle;)V", "GetSetExtensionParams_Landroid_os_PersistableBundle_Handler", ApiSince=36)>]
abstract member SetExtensionParams : Android.OS.PersistableBundle -> unit
override this.SetExtensionParams : Android.OS.PersistableBundle -> unit

Parameters

extensionParams
PersistableBundle
Attributes

Remarks

Optionally called to provide a set of parameters to pass directly to the developer verification service provider (a.k.a., the verifier) to provide any additional context regarding the pending verification. The structure of this bundle will be specific to the implementation of the verifier, so callers can determine the verifier by calling PackageInstaller#getDeveloperVerificationServiceProvider().

Java documentation for android.content.pm.PackageInstaller.SessionParams.setExtensionParams(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