PackageInstaller.StatusFailureTimeout Campo

Definición

Precaución

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

Error en la operación porque no se completó dentro del tiempo de espera especificado.

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

Valor de campo

Value = 8
Atributos

Comentarios

Error en la operación porque no se completó dentro del tiempo de espera especificado.

Java documentación para android.content.pm.PackageInstaller.STATUS_FAILURE_TIMEOUT.

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