SipSession.State.Registering Field

Definition

When the registration request is sent out.

[Android.Runtime.Register("REGISTERING")]
public const Android.Net.Sip.SipSessionState Registering = 1;
[<Android.Runtime.Register("REGISTERING")>]
val mutable Registering : Android.Net.Sip.SipSessionState

Field Value

Value = 1
Attributes

Remarks

When the registration request is sent out.

Java documentation for android.net.sip.SipSession.State.REGISTERING.

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