SipDetails.ResponsePhrase 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 reason from the SIP response.
public string ResponsePhrase { [Android.Runtime.Register("getResponsePhrase", "()Ljava/lang/String;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getResponsePhrase", "()Ljava/lang/String;", "", ApiSince=34)>]
member this.ResponsePhrase : string
Property Value
The optional reason response associated with this SIP information. If the network provided no reason with the SIP code, the string should be empty.
- Attributes
Remarks
Get the value of reason from the SIP response. The optional reason response from the network. If there is a reason header included in the response, that should take precedence over the reason provided in the status line.
Java documentation for android.telephony.ims.SipDetails.getResponsePhrase()
.
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.