Android.Net.ConnectivityManager.IsActiveNetworkMetered Property
Returns if the currently active data network is metered.

Syntax

[get: Android.Runtime.Register("isActiveNetworkMetered", "()Z", "GetIsActiveNetworkMeteredHandler")]
public virtual bool IsActiveNetworkMetered { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns if the currently active data network is metered. A network is classified as metered when the user is sensitive to heavy data usage on that connection due to monetary costs, data limitations or battery/performance issues. You should check this before doing large data transfers, and warn the user or delay the operation until another network is available.

[Android Documentation]

Requirements

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