CarrierConfigManager.Ims.RequestUriFormatSip Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telephony.ImsRequestUriFormat enum directly instead of this field.

Request URI is of type SIP URI.

[Android.Runtime.Register("REQUEST_URI_FORMAT_SIP", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.ImsRequestUriFormat enum directly instead of this field.", true)]
public const Android.Telephony.ImsRequestUriFormat RequestUriFormatSip = 1;
[<Android.Runtime.Register("REQUEST_URI_FORMAT_SIP", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.ImsRequestUriFormat enum directly instead of this field.", true)>]
val mutable RequestUriFormatSip : Android.Telephony.ImsRequestUriFormat

Field Value

Value = 1
Attributes

Remarks

Request URI is of type SIP URI.

Java documentation for android.telephony.CarrierConfigManager.Ims.REQUEST_URI_FORMAT_SIP.

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