SipDetails.ResponseCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.