Aracılığıyla paylaş


Connection.PropertyWifi Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telecom.ConnectionProperties enum directly instead of this field.

Connection is using WIFI.

[Android.Runtime.Register("PROPERTY_WIFI", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.ConnectionProperties enum directly instead of this field.", true)]
public const Android.Telecom.ConnectionProperties PropertyWifi = 8;
[<Android.Runtime.Register("PROPERTY_WIFI", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.ConnectionProperties enum directly instead of this field.", true)>]
val mutable PropertyWifi : Android.Telecom.ConnectionProperties

Field Value

Value = 8
Attributes

Remarks

Connection is using WIFI.

Used to indicate that a call is taking place over WIFI versus a carrier network.

Translates to android.telecom.Call.Details#PROPERTY_WIFI.

Java documentation for android.telecom.Connection.PROPERTY_WIFI.

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