CarrierConfigManager.Ims.KeyGeolocationPidfInSipRegisterSupportIntArray Field

Definition

List of cases where geolocation PIDF XML needs to be included in the SIP REGISTER over WiFi and Cellular.

[Android.Runtime.Register("KEY_GEOLOCATION_PIDF_IN_SIP_REGISTER_SUPPORT_INT_ARRAY", ApiSince=33)]
public const string KeyGeolocationPidfInSipRegisterSupportIntArray;
[<Android.Runtime.Register("KEY_GEOLOCATION_PIDF_IN_SIP_REGISTER_SUPPORT_INT_ARRAY", ApiSince=33)>]
val mutable KeyGeolocationPidfInSipRegisterSupportIntArray : string

Field Value

Attributes

Remarks

List of cases where geolocation PIDF XML needs to be included in the SIP REGISTER 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 REGISTER over WiFi and Cellular.

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

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