ImsMmTelManager.WifiModeWifiOnly Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telephony.Ims.WifiMode enum directly instead of this field.

Register for IMS over IWLAN if WiFi signal quality is high enough.

[Android.Runtime.Register("WIFI_MODE_WIFI_ONLY", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.WifiMode enum directly instead of this field.", true)]
public const Android.Telephony.Ims.WifiMode WifiModeWifiOnly = 0;
[<Android.Runtime.Register("WIFI_MODE_WIFI_ONLY", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.WifiMode enum directly instead of this field.", true)>]
val mutable WifiModeWifiOnly : Android.Telephony.Ims.WifiMode

Field Value

Value = 0
Attributes

Remarks

Register for IMS over IWLAN if WiFi signal quality is high enough. Do not hand over to LTE registration if signal quality degrades.

Java documentation for android.telephony.ims.ImsMmTelManager.WIFI_MODE_WIFI_ONLY.

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.

Applies to