NetworkStats.Bucket.RoamingNo フィールド

定義

注意事項

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

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

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

フィールド値

Value = 1
属性

注釈

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

このバケット内の携帯電話の使用状況は、デバイスがユーザーのワイヤレスキャリアによって所有または運用されているタワーに接続されている間に発生しました。または、ユーザーのワイヤレスキャリアが示したタワーは、関係なくホームネットワークとして扱う必要があります。

これは、ローミングをサポートしていないネットワークの種類の既定値でもあります。

Javaドキュメント。

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

適用対象