Share via


NetworkStats.Bucket.RoamingYes Field

Definition

Caution

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

Usage that occurs on a roaming network.

[Android.Runtime.Register("ROAMING_YES", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Usage.NetworkUsageRoaming enum directly instead of this field.", true)]
public const Android.App.Usage.NetworkUsageRoaming RoamingYes = 2;
[<Android.Runtime.Register("ROAMING_YES", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Usage.NetworkUsageRoaming enum directly instead of this field.", true)>]
val mutable RoamingYes : Android.App.Usage.NetworkUsageRoaming

Field Value

Value = 2
Attributes

Remarks

Usage that occurs on a roaming network.

Any cellular usage in this bucket as incurred while the device was roaming on another carrier's network, for which additional charges may apply.

Java documentation for android.app.usage.NetworkStats.Bucket.ROAMING_YES.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to