MockPackageManager.VerifyPendingInstall Method

Definition

Allows a package listening to the ActionPackageNeedsVerification to respond to the package manager.

[Android.Runtime.Register("verifyPendingInstall", "(II)V", "GetVerifyPendingInstall_IIHandler")]
public override void VerifyPendingInstall (int id, Android.Content.PM.PackageInstallVerification verificationCode);
[<Android.Runtime.Register("verifyPendingInstall", "(II)V", "GetVerifyPendingInstall_IIHandler")>]
override this.VerifyPendingInstall : int * Android.Content.PM.PackageInstallVerification -> unit

Parameters

id
Int32

pending package identifier as passed via the ExtraVerificationId Intent extra.

Attributes

Remarks

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