PackageInstaller.SessionParams.SetExtensionParams(PersistableBundle) Method
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.
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().
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.