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 连接呼叫

适用于 . 的 android.telephony.ims.ImsReasonInfo.EXTRA_CODE_CALL_RETRY_NORMALJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于