SmsManager.SmsRpCauseShortMessageTransferRejected フィールド

定義

注意事項

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

ネットワークによって拒否されたメッセージ転送の RP-Cause 値

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

フィールド値

Value = 21
属性

注釈

ネットワークによって拒否されたメッセージ転送の RP-Cause 値

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

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

適用対象