CarrierConfigManager.ImsEmergency.KeyEmergencyVowifiRequiresConditionInt 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.
Specifies the condition when emergency call shall be attempted on IMS over Wi-Fi.
[Android.Runtime.Register("KEY_EMERGENCY_VOWIFI_REQUIRES_CONDITION_INT", ApiSince=35)]
public const string KeyEmergencyVowifiRequiresConditionInt;
[<Android.Runtime.Register("KEY_EMERGENCY_VOWIFI_REQUIRES_CONDITION_INT", ApiSince=35)>]
val mutable KeyEmergencyVowifiRequiresConditionInt : string
Field Value
- Attributes
Remarks
Specifies the condition when emergency call shall be attempted on IMS over Wi-Fi.
Possible values are, #VOWIFI_REQUIRES_NONE
#VOWIFI_REQUIRES_SETTING_ENABLED
#VOWIFI_REQUIRES_VALID_EID
The default value for this key is #VOWIFI_REQUIRES_NONE
.
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.