DownloadManager.Request.NetworkMobile フィールド

定義

注意事項

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

ConnectivityManager.TYPE_MOBILEに対応する setAllowedNetworkTypes(int) のビット フラグ。

[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

フィールド値

Value = 1
属性

注釈

ConnectivityManager.TYPE_MOBILEに対応する setAllowedNetworkTypes(int) のビット フラグ。

android.app.DownloadManager.Request.NETWORK_MOBILEの Android リファレンス。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象