PackageManager.VerificationReject Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.Content.PM.PackageInstallVerification enum directly instead of this field.

Utilizzato come verificationCode argomento per PackageManager#verifyPendingInstall per indicare che il verificatore del pacchetto chiamante non vota per consentire l'esecuzione dell'installazione.

[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.", true)]
public const Android.Content.PM.PackageInstallVerification VerificationReject = -1;
[<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.", true)>]
val mutable VerificationReject : Android.Content.PM.PackageInstallVerification

Valore del campo

Value = -1
Attributi

Commenti

Utilizzato come verificationCode argomento per PackageManager#verifyPendingInstall per indicare che il verificatore del pacchetto chiamante non vota per consentire l'esecuzione dell'installazione.

per android.content.pm.PackageManager.VERIFICATION_REJECT.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a