ImsEmergencyVoWifiRequires Enum
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.
public enum ImsEmergencyVoWifiRequires
type ImsEmergencyVoWifiRequires =
- Inheritance
-
ImsEmergencyVoWifiRequires
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | Default value. If ImsWfc.KEY_EMERGENCY_CALL_OVER_EMERGENCY_PDN_BOOL is true, VoWi-Fi emergency call shall be attempted if Wi-Fi network is connected. Otherwise, it shall be attempted if IMS is registered over Wi-Fi. Android reference for 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. |
| SettingEnabled | 1 | VoWi-Fi emergency call shall be attempted on IMS over Wi-Fi if Wi-Fi network is connected and Wi-Fi calling setting is enabled. This value is applicable if the value of ImsWfc.KEY_EMERGENCY_CALL_OVER_EMERGENCY_PDN_BOOL is true. 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. |
| ValidEid | 2 | VoWi-Fi emergency call shall be attempted on IMS over Wi-Fi if Wi-Fi network is connected and Wi-Fi calling is activated successfully. The device shall have the valid Entitlement ID if the user activates VoWi-Fi emergency calling successfully. This value is applicable if the value of ImsWfc.KEY_EMERGENCY_CALL_OVER_EMERGENCY_PDN_BOOL is true. Android reference for 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. |