Compartilhar via


DevicePolicyManager.InstallSystemUpdateCallback.UpdateErrorFileNotFound Campo

Definição

Cuidado

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

Representa que o arquivo não pôde ser encontrado.

[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 do campo

Value = 4
Atributos

Comentários

Representa que o arquivo não pôde ser encontrado.

Documentação Java para android.app.admin.DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_FILE_NOT_FOUND.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a