Share via


NetworkStats.Bucket.Roaming Property

Definition

Roaming state.

public virtual Android.App.Usage.NetworkUsageRoaming Roaming { [Android.Runtime.Register("getRoaming", "()I", "GetGetRoamingHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getRoaming", "()I", "GetGetRoamingHandler", ApiSince=24)>]
member this.Roaming : Android.App.Usage.NetworkUsageRoaming

Property Value

Attributes

Remarks

Roaming state. One of the following values:

<ul> <li>#ROAMING_ALL</li> <li>#ROAMING_NO</li> <li>#ROAMING_YES</li> </ul>

Java documentation for android.app.usage.NetworkStats.Bucket.getRoaming().

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