ImsReasonInfo.ExtraCodeCallRetryEmergency フィールド

定義

注意事項

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_EMERGENCY", ApiSince=31)]
[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 ExtraCodeCallRetryEmergency = 4;
[<Android.Runtime.Register("EXTRA_CODE_CALL_RETRY_EMERGENCY", ApiSince=31)>]
[<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 ExtraCodeCallRetryEmergency : Android.Telephony.Ims.ExtraCodeCallRetry

フィールド値

Value = 4

実装

属性

注釈

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

CS を緊急時として使用して通話を接続してみてください

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

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

適用対象