Partager via


DevicePolicyManager.InstallSystemUpdateCallback.UpdateErrorFileNotFound Champ

Définition

Attention

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

Représente que le fichier est introuvable.

[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

Valeur de champ

Value = 4
Attributs

Remarques

Représente que le fichier est introuvable.

Documentation Java pour android.app.admin.DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_FILE_NOT_FOUND.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à