CarrierConfigManager.ImsEmergency.VowifiRequiresValidEid 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.
Caution
This constant will be removed in the future version. Use Android.Telephony.ImsEmergencyVoWifiRequires enum directly instead of this field.
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.
[Android.Runtime.Register("VOWIFI_REQUIRES_VALID_EID", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.ImsEmergencyVoWifiRequires enum directly instead of this field.", true)]
public const Android.Telephony.ImsEmergencyVoWifiRequires VowifiRequiresValidEid = 2;
[<Android.Runtime.Register("VOWIFI_REQUIRES_VALID_EID", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.ImsEmergencyVoWifiRequires enum directly instead of this field.", true)>]
val mutable VowifiRequiresValidEid : Android.Telephony.ImsEmergencyVoWifiRequires
Field Value
Value = 2- Attributes
Remarks
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
.
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.