次の方法で共有


SmsManager.ResultRilModemErr フィールド

定義

注意事項

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

ベンダー RIL は、予期しない応答または正しくない応答を受け取った。

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

フィールド値

Value = 111
属性

注釈

ベンダー RIL は、予期しない応答または正しくない応答を受け取った。

android.telephony.SmsManager.RESULT_RIL_MODEM_ERRJava ドキュメント。

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

適用対象