DataFailCause.ThermalMitigation フィールド

定義

注意事項

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

通常の操作モードが許可されていない場合は、温度レベルが上がり、呼び出しが破棄されます。

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

フィールド値

Value = 2062
属性

注釈

通常の操作モードが許可されていない場合は、温度レベルが上がり、呼び出しが破棄されます。

android.telephony.DataFailCause.THERMAL_MITIGATIONJava ドキュメント。

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

適用対象