ImsReasonInfo.ExtraCodeCallRetrySilentRedial フィールド

定義

注意事項

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

結果が返されたときに追加の値が #CODE_LOCAL_CALL_CS_RETRY_REQUIRED 設定される場合があります。

[Android.Runtime.Register("EXTRA_CODE_CALL_RETRY_SILENT_REDIAL", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.ExtraCodeCallRetry enum directly instead of this field.", true)]
public const Android.Telephony.Ims.ExtraCodeCallRetry ExtraCodeCallRetrySilentRedial = 2;
[<Android.Runtime.Register("EXTRA_CODE_CALL_RETRY_SILENT_REDIAL", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.ExtraCodeCallRetry enum directly instead of this field.", true)>]
val mutable ExtraCodeCallRetrySilentRedial : Android.Telephony.Ims.ExtraCodeCallRetry

フィールド値

Value = 2

実装

属性

注釈

結果が返されたときに追加の値が #CODE_LOCAL_CALL_CS_RETRY_REQUIRED 設定される場合があります。

CS を使用して呼び出しを接続して、ユーザーに通知しないでください。

android.telephony.ims.ImsReasonInfo.EXTRA_CODE_CALL_RETRY_SILENT_REDIALJava ドキュメント。

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

適用対象