DownloadManager.Request.NetworkMobile Feld

Definition

Achtung

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

Bit-Flag für setAllowedNetworkTypes(int) entsprechend 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

Feldwert

Value = 1
Attribute

Hinweise

Bit-Flag für setAllowedNetworkTypes(int) entsprechend ConnectivityManager.TYPE_MOBILE.

Android-Referenz für android.app.DownloadManager.Request.NETWORK_MOBILE.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: