SipErrorCode.InProgress Field

Definition

The client is in a transaction and cannot initiate a new one.

[Android.Runtime.Register("IN_PROGRESS")]
public const Android.Net.Sip.SipErrorCodes InProgress = -9;
[<Android.Runtime.Register("IN_PROGRESS")>]
val mutable InProgress : Android.Net.Sip.SipErrorCodes

Field Value

Value = -9
Attributes

Remarks

The client is in a transaction and cannot initiate a new one.

Java documentation for android.net.sip.SipErrorCode.IN_PROGRESS.

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