CarrierConfigManager.Ims.KeyGeolocationPidfInSipInviteSupportIntArray 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.
List of cases where geolocation PIDF XML needs to be included in the SIP INVITE over WiFi and Cellular.
[Android.Runtime.Register("KEY_GEOLOCATION_PIDF_IN_SIP_INVITE_SUPPORT_INT_ARRAY", ApiSince=33)]
public const string KeyGeolocationPidfInSipInviteSupportIntArray;
[<Android.Runtime.Register("KEY_GEOLOCATION_PIDF_IN_SIP_INVITE_SUPPORT_INT_ARRAY", ApiSince=33)>]
val mutable KeyGeolocationPidfInSipInviteSupportIntArray : string
Field Value
- Attributes
Remarks
List of cases where geolocation PIDF XML needs to be included in the SIP INVITE over WiFi and Cellular.
Possible values are, #GEOLOCATION_PIDF_FOR_NON_EMERGENCY_ON_WIFI
, #GEOLOCATION_PIDF_FOR_EMERGENCY_ON_WIFI
, #GEOLOCATION_PIDF_FOR_NON_EMERGENCY_ON_CELLULAR
, #GEOLOCATION_PIDF_FOR_EMERGENCY_ON_CELLULAR
An empty array indicates geolocation PIDF XML should not be included in the SIP INVITE over WiFi and Cellular.
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.