Compartir a través de


DevicePolicyManager.InstallSystemUpdateCallback.UpdateErrorFileNotFound Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.App.Admin.UpdateErrorCode enum directly instead of this field.

Representa que no se encontró el archivo.

[Android.Runtime.Register("UPDATE_ERROR_FILE_NOT_FOUND", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.UpdateErrorCode enum directly instead of this field.", true)]
public const Android.App.Admin.UpdateErrorCode UpdateErrorFileNotFound = 4;
[<Android.Runtime.Register("UPDATE_ERROR_FILE_NOT_FOUND", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.UpdateErrorCode enum directly instead of this field.", true)>]
val mutable UpdateErrorFileNotFound : Android.App.Admin.UpdateErrorCode

Valor de campo

Value = 4
Atributos

Comentarios

Representa que no se encontró el archivo.

Documentación de Java para android.app.admin.DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_FILE_NOT_FOUND.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a