SmsManager.ResultErrorRadioOff フィールド

定義

注意事項

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

無線が明示的にオフになっているため、失敗しました

[Android.Runtime.Register("RESULT_ERROR_RADIO_OFF")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Gsm.SmsResultError enum directly instead of this field.", true)]
public const Android.Telephony.Gsm.SmsResultError ResultErrorRadioOff = 2;
[<Android.Runtime.Register("RESULT_ERROR_RADIO_OFF")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Gsm.SmsResultError enum directly instead of this field.", true)>]
val mutable ResultErrorRadioOff : Android.Telephony.Gsm.SmsResultError

フィールド値

Value = 2
属性

注釈

無線が明示的にオフになっているため、失敗しました

このメンバーは非推奨とされます。 android.テレフォニー.SmsManager を使用します。

android.telephony.gsm.SmsManager.RESULT_ERROR_RADIO_OFFJava ドキュメント。

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

適用対象