Langue

DownloadManager.Request.NetworkMobile Champ

Définition

Attention

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

Indicateur de bits correspondant #setAllowedNetworkTypes à ConnectivityManager#TYPE_MOBILE.

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

Valeur de champ

Value = 1
Attributs

Remarques

Indicateur de bits pour setAllowedNetworkTypes(int) correspondant à ConnectivityManager.TYPE_MOBILE.

Référence Android pour android.app.DownloadManager.Request.NETWORK_MOBILE.

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 à