SmsManager.ResultRilBlockedDueToCall フィールド

定義

注意事項

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

SMS は呼び出し制御のためにブロックされます。例:

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

フィールド値

Value = 123
属性

注釈

SMS は、呼び出し制御 (SMR エンティティでリソースを使用できないなど) が原因でブロックされます。

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

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

適用対象