Connection.PropertyWifi Campo

Definizione

Attenzione

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

La connessione usa wi-fi.

[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

Valore del campo

Value = 8
Attributi

Commenti

La connessione usa wi-fi.

Usato per indicare che una chiamata avviene tramite WIFI rispetto a una rete del gestore telefonico.

Converte in android.telecom.Call.Details#PROPERTY_WIFI.

per android.telecom.Connection.PROPERTY_WIFI.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a