DisconnectCause.ReasonWifiOnButWfcOff Field

Definition

Reason code (returned via #getReason()) which indicates that a call could not be completed because the cellular radio is off or out of service, the device is connected to a wifi network, but the user has not enabled wifi calling.

[Android.Runtime.Register("REASON_WIFI_ON_BUT_WFC_OFF", ApiSince=31)]
public const string ReasonWifiOnButWfcOff;
[<Android.Runtime.Register("REASON_WIFI_ON_BUT_WFC_OFF", ApiSince=31)>]
val mutable ReasonWifiOnButWfcOff : string

Field Value

Implements

Attributes

Remarks

Reason code (returned via #getReason()) which indicates that a call could not be completed because the cellular radio is off or out of service, the device is connected to a wifi network, but the user has not enabled wifi calling.

Java documentation for android.telecom.DisconnectCause.REASON_WIFI_ON_BUT_WFC_OFF.

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