ImsReasonInfo.ExtraCodeCallRetryBySettings Field

Definition

Caution

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

An extra that may be populated when the #CODE_LOCAL_CALL_CS_RETRY_REQUIRED result has been returned.

[Android.Runtime.Register("EXTRA_CODE_CALL_RETRY_BY_SETTINGS", 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 ExtraCodeCallRetryBySettings = 3;
[<Android.Runtime.Register("EXTRA_CODE_CALL_RETRY_BY_SETTINGS", 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 ExtraCodeCallRetryBySettings : Android.Telephony.Ims.ExtraCodeCallRetry

Field Value

Value = 3

Implements

Attributes

Remarks

An extra that may be populated when the #CODE_LOCAL_CALL_CS_RETRY_REQUIRED result has been returned.

Try to connect the call using CS by using the settings.

Java documentation for android.telephony.ims.ImsReasonInfo.EXTRA_CODE_CALL_RETRY_BY_SETTINGS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to