SmsManager.ResultErrorNullPdu フィールド

定義

注意事項

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

pdu が指定されていないため失敗しました

[Android.Runtime.Register("RESULT_ERROR_NULL_PDU")]
[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 ResultErrorNullPdu = 3;
[<Android.Runtime.Register("RESULT_ERROR_NULL_PDU")>]
[<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 ResultErrorNullPdu : Android.Telephony.Gsm.SmsResultError

フィールド値

Value = 3
属性

注釈

pdu が指定されていないため失敗しました

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

の Java ドキュメント android.telephony.gsm.SmsManager.RESULT_ERROR_NULL_PDU

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

適用対象