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

Syntax

[Android.Runtime.Register("getRecommendedMaxBytesOverMobile", "(Landroid/content/Context;)Ljava/lang/Long;", "")]
public static Java.Lang.Long GetRecommendedMaxBytesOverMobile (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 recommended maximum size, in bytes, of downloads that may go over a mobile connection; or null if there's no recommended limit. The user will have the option to bypass this 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