NetworkStats.Bucket.DefaultNetworkAll フィールド

定義

注意事項

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

既定のネットワーク状態に関係なく、このネットワークの使用を組み合わせたもの。

[Android.Runtime.Register("DEFAULT_NETWORK_ALL", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Usage.NetworkStatsDefault enum directly instead of this field.", true)]
public const Android.App.Usage.NetworkStatsDefault DefaultNetworkAll = -1;
[<Android.Runtime.Register("DEFAULT_NETWORK_ALL", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Usage.NetworkStatsDefault enum directly instead of this field.", true)>]
val mutable DefaultNetworkAll : Android.App.Usage.NetworkStatsDefault

フィールド値

Value = -1
属性

注釈

既定のネットワーク状態に関係なく、このネットワークの使用を組み合わせたもの。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象