CarrierConfigManager.Ims.KeySipPreferredTransportInt Field
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.
Specify the preferred transport protocol for SIP messages.
[Android.Runtime.Register("KEY_SIP_PREFERRED_TRANSPORT_INT", ApiSince=33)]
public const string KeySipPreferredTransportInt;
[<Android.Runtime.Register("KEY_SIP_PREFERRED_TRANSPORT_INT", ApiSince=33)>]
val mutable KeySipPreferredTransportInt : string
Field Value
- Attributes
Remarks
Specify the preferred transport protocol for SIP messages.
Possible values are, #PREFERRED_TRANSPORT_UDP
, #PREFERRED_TRANSPORT_TCP
, #PREFERRED_TRANSPORT_DYNAMIC_UDP_TCP
Java documentation for android.telephony.CarrierConfigManager.Ims.KEY_SIP_PREFERRED_TRANSPORT_INT
.
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.