MockPackageManager.VerifyPendingInstall 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.
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.
- verificationCode
- PackageInstallVerification
either VerificationAllow or VerificationReject.
- 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.