次の方法で共有


TelephonyManager.DataEnabledReasonThermal フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Telephony.DataEnabledReason enum directly instead of this field.

サーマル サービスによるデータの有効化または無効化を示す場合。

[Android.Runtime.Register("DATA_ENABLED_REASON_THERMAL", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.DataEnabledReason enum directly instead of this field.", true)]
public const Android.Telephony.DataEnabledReason DataEnabledReasonThermal = 3;
[<Android.Runtime.Register("DATA_ENABLED_REASON_THERMAL", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.DataEnabledReason enum directly instead of this field.", true)>]
val mutable DataEnabledReasonThermal : Android.Telephony.DataEnabledReason

フィールド値

Value = 3
属性

注釈

サーマル サービスによるデータの有効化または無効化を示す場合。 熱データのオン/オフはユーザー設定には影響しませんが、設定をバイパスし、設定されている場合は内部的にデータを falseオフにします。

の Java ドキュメントandroid.telephony.TelephonyManager.DATA_ENABLED_REASON_THERMAL

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象