Share via


ImsReasonInfo.CodeSipBusy Field

Definition

Caution

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

Returned a busy response, may be one of the following: SIP response 486 : Busy Here, SIP response 600 : Busy Everywhere

[Android.Runtime.Register("CODE_SIP_BUSY", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.ImsReasonInfoCode enum directly instead of this field.", true)]
public const Android.Telephony.Ims.ImsReasonInfoCode CodeSipBusy = 338;
[<Android.Runtime.Register("CODE_SIP_BUSY", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.ImsReasonInfoCode enum directly instead of this field.", true)>]
val mutable CodeSipBusy : Android.Telephony.Ims.ImsReasonInfoCode

Field Value

Value = 338

Implements

Attributes

Remarks

Returned a busy response, may be one of the following: SIP response 486 : Busy Here, SIP response 600 : Busy Everywhere

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

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