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

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

適用対象