CarrierConfigManager.ImsEmergency.VowifiRequiresNone 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.
Default value.
[Android.Runtime.Register("VOWIFI_REQUIRES_NONE", 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 VowifiRequiresNone = 0;
[<Android.Runtime.Register("VOWIFI_REQUIRES_NONE", 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 VowifiRequiresNone : Android.Telephony.ImsEmergencyVoWifiRequires
Field Value
Value = 0- Attributes
Remarks
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.
Java documentation for android.telephony.CarrierConfigManager.ImsEmergency.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.