次の方法で共有


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

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象