ImsReasonInfo.ExtraCodeCallRetryNormal フィールド

定義

注意事項

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_NORMAL", 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 ExtraCodeCallRetryNormal = 1;
[<Android.Runtime.Register("EXTRA_CODE_CALL_RETRY_NORMAL", 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 ExtraCodeCallRetryNormal : Android.Telephony.Ims.ExtraCodeCallRetry

フィールド値

Value = 1

実装

属性

注釈

結果が返されたときに #CODE_LOCAL_CALL_CS_RETRY_REQUIRED 設定される可能性がある追加の 。

CS を使用して呼び出しを接続してみてください

の Java ドキュメント android.telephony.ims.ImsReasonInfo.EXTRA_CODE_CALL_RETRY_NORMAL

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

適用対象