Android.Content.PM.PackageManager.VerificationReject Field
Used as the verificationCode argument for PackageManager.VerifyPendingInstall(int, Android.Content.PM.PackageInstallVerification) to indicate the calling package verifier does not vote to allow the installation to proceed.

Value: -1

Syntax

[Android.Runtime.Register("VERIFICATION_REJECT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.PackageInstallVerification enum directly instead of this field.")]
public const PackageInstallVerification VerificationReject

Remarks

Used as the verificationCode argument for PackageManager.VerifyPendingInstall(int, Android.Content.PM.PackageInstallVerification) to indicate the calling package verifier does not vote to allow the installation to proceed.

[Android Documentation]

Requirements

Namespace: Android.Content.PM
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14