SmsManager.SmsRpCauseNetworkOutOfOrder フィールド

定義

注意事項

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_NETWORK_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 SmsRpCauseNetworkOutOfOrder = 38;
[<Android.Runtime.Register("SMS_RP_CAUSE_NETWORK_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 SmsRpCauseNetworkOutOfOrder : Android.Telephony.SmsRpCause

フィールド値

Value = 38
属性

注釈

RP-Cause ネットワークが順に並べ替え外れている場合の値

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

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

適用対象