PackageInstaller.SessionInfo.SessionVerificationFailed Campo

Definición

Precaución

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

Constante que indica que se produjo un error durante la fase de comprobación de esta sesión.

[Android.Runtime.Register("SESSION_VERIFICATION_FAILED", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.SessionStatus enum directly instead of this field.", true)]
public const Android.Content.PM.SessionStatus SessionVerificationFailed = 1;
[<Android.Runtime.Register("SESSION_VERIFICATION_FAILED", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.SessionStatus enum directly instead of this field.", true)>]
val mutable SessionVerificationFailed : Android.Content.PM.SessionStatus

Valor de campo

Value = 1

Implementaciones

Atributos

Comentarios

Constante que indica que se produjo un error durante la fase de comprobación de esta sesión.

Java documentación para android.content.pm.PackageInstaller.SessionInfo.SESSION_VERIFICATION_FAILED.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a