Android.App.DownloadManager.GetMaxBytesOverMobile Method
Returns maximum size, in bytes, of downloads that may go over a mobile connection; or null if there's no limit

Syntax

[Android.Runtime.Register("getMaxBytesOverMobile", "(Landroid/content/Context;)Ljava/lang/Long;", "")]
public static Java.Lang.Long GetMaxBytesOverMobile (Android.Content.Context context)

Parameters

context
the Android.Content.Context to use for accessing the Android.Content.ContentResolver

Returns

Documentation for this section has not yet been entered.

Remarks

Returns maximum size, in bytes, of downloads that may go over a mobile connection; or null if there's no limit

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11