NetworkStats.Bucket.DefaultNetworkStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Default network status.
public virtual Android.App.Usage.NetworkStatsDefault DefaultNetworkStatus { [Android.Runtime.Register("getDefaultNetworkStatus", "()I", "GetGetDefaultNetworkStatusHandler", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getDefaultNetworkStatus", "()I", "GetGetDefaultNetworkStatusHandler", ApiSince=28)>]
member this.DefaultNetworkStatus : Android.App.Usage.NetworkStatsDefault
Property Value
- Attributes
Remarks
Default network status. One of the following values:
<ul> <li>#DEFAULT_NETWORK_ALL
</li> <li>#DEFAULT_NETWORK_NO
</li> <li>#DEFAULT_NETWORK_YES
</li> </ul>
Java documentation for android.app.usage.NetworkStats.Bucket.getDefaultNetworkStatus()
.
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.