NetworkStats.Bucket.RoamingAll Field

Definition

Caution

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

Combined usage across all roaming states.

[Android.Runtime.Register("ROAMING_ALL", 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 RoamingAll = -1;
[<Android.Runtime.Register("ROAMING_ALL", 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 RoamingAll : Android.App.Usage.NetworkUsageRoaming

Field Value

Value = -1
Attributes

Remarks

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

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