Share via


SipDetails.ResponseCode Property

Definition

Get the value of response code from the SIP response.

public int ResponseCode { [Android.Runtime.Register("getResponseCode", "()I", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getResponseCode", "()I", "", ApiSince=34)>]
member this.ResponseCode : int

Property Value

The SIP response code associated with this SIP information.

Attributes

Remarks

Get the value of response code from the SIP response. The SIP response code sent from the network for the operation token specified.

Java documentation for android.telephony.ims.SipDetails.getResponseCode().

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