Click or drag to resize

WifiManagerAlwaysRequested Property

Returns whether the Wi-Fi data connection should remain active even when higher priority networks like Ethernet are active, to keep both networks.

Namespace:  Com.Datalogic.Device.Wifi
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual bool AlwaysRequested { get; set; }

Property Value

Type: Boolean
a boolean value indicating if the Wi-Fi data connection should remain active.
Remarks

Get method documentation[Android Documentation]
Returns whether the Wi-Fi data connection should remain active even when higher priority networks like Ethernet are active, to keep both networks. In the case where higher priority networks are connected, Wi-Fi will be unused unless an application explicitly requests to use it.

Set method documentation[Android Documentation]
Sets whether the Wi-Fi data connection should remain active even when higher priority networks like Ethernet are active, to keep both networks. In the case where higher priority networks are connected, Wi-Fi will be unused unless an application explicitly requests to use it.

See Also