ImsReasonInfo.ExtraCodeCallRetrySilentRedial 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_SILENT_REDIAL", 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 ExtraCodeCallRetrySilentRedial = 2;
[<Android.Runtime.Register("EXTRA_CODE_CALL_RETRY_SILENT_REDIAL", 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 ExtraCodeCallRetrySilentRedial : Android.Telephony.Ims.ExtraCodeCallRetry

Field Value

Value = 2

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 and do not notify the user.

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

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