CarrierConfigManager.ImsWfc.KeyEmergencyCallOverEmergencyPdnBool 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.
Flag specifying whether emergency call over VoWiFi is requested over emergency PDN or IMS PDN.
[Android.Runtime.Register("KEY_EMERGENCY_CALL_OVER_EMERGENCY_PDN_BOOL", ApiSince=33)]
public const string KeyEmergencyCallOverEmergencyPdnBool;
[<Android.Runtime.Register("KEY_EMERGENCY_CALL_OVER_EMERGENCY_PDN_BOOL", ApiSince=33)>]
val mutable KeyEmergencyCallOverEmergencyPdnBool : string
Field Value
- Attributes
Remarks
Flag specifying whether emergency call over VoWiFi is requested over emergency PDN or IMS PDN.
If false
: E911 call uses IMS PDN for E911 call over VoWiFi. If true
: E911 call uses Emergency PDN for E911 call over VoWiFi.
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.