- id
- pending package identifier as passed via the PackageManager.ExtraVerificationId Intent extra.
- verificationCode
- either PackageManager.VerificationAllow or PackageManager.VerificationReject.
Type Reason Java.Lang.SecurityException if the caller does not have the PACKAGE_VERIFICATION_AGENT permission.
Allows a package listening to the Android.Content.Intent.ActionPackageNeedsVerification to respond to the package manager. The response must include the verificationCode which is one of PackageManager.VerificationAllow or PackageManager.VerificationReject.