SmsManager.SmsRpCauseDestinationOutOfOrder フィールド

定義

注意事項

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_DESTINATION_OUT_OF_ORDER", 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 SmsRpCauseDestinationOutOfOrder = 27;
[<Android.Runtime.Register("SMS_RP_CAUSE_DESTINATION_OUT_OF_ORDER", 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 SmsRpCauseDestinationOutOfOrder : Android.Telephony.SmsRpCause

フィールド値

Value = 27
属性

注釈

宛先の RP-Cause 値が順に並べ替え外れである

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

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

適用対象