SmsManager.SmsRpCauseFacilityNotSubscribed フィールド

定義

注意事項

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

RP-Cause SMS Facilty が Reote デバイスでサブスクライブされていない場合の値

[Android.Runtime.Register("SMS_RP_CAUSE_FACILITY_NOT_SUBSCRIBED", 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 SmsRpCauseFacilityNotSubscribed = 50;
[<Android.Runtime.Register("SMS_RP_CAUSE_FACILITY_NOT_SUBSCRIBED", 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 SmsRpCauseFacilityNotSubscribed : Android.Telephony.SmsRpCause

フィールド値

Value = 50
属性

注釈

RP-Cause SMS Facilty が Reote デバイスでサブスクライブされていない場合の値

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

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

適用対象