NetworkStats.Bucket.RoamingYes フィールド

定義

注意事項

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

ローミング ネットワークで発生する使用状況。

[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

フィールド値

Value = 2
属性

注釈

ローミング ネットワークで発生する使用状況。

デバイスが別の通信事業者のネットワークでローミング中に発生した、このバケット内の携帯電話の使用状況(追加料金が適用される可能性があります)。

Javaドキュメント。

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

適用対象