Langue

DownloadManager.ErrorUnhandledHttpCode Champ

Définition

Attention

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

Valeur du moment où #COLUMN_REASON un code HTTP a été reçu que le gestionnaire de téléchargement ne peut pas gérer.

[Android.Runtime.Register("ERROR_UNHANDLED_HTTP_CODE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.DownloadError enum directly instead of this field.", true)]
public const Android.App.DownloadError ErrorUnhandledHttpCode = 1002;
[<Android.Runtime.Register("ERROR_UNHANDLED_HTTP_CODE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.DownloadError enum directly instead of this field.", true)>]
val mutable ErrorUnhandledHttpCode : Android.App.DownloadError

Valeur de champ

Value = 1002
Attributs

Remarques

Valeur de COLUMN_REASON lorsqu’un code HTTP a été reçu que le gestionnaire de téléchargement ne peut pas gérer.

Référence Android pour android.app.DownloadManager.ERROR_UNHANDLED_HTTP_CODE.

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

S’applique à