Click or drag to resize

WifiManagerNotifyAvailableNetworks Property

Gets whether to notify the user of open networks or not.

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 NotifyAvailableNetworks { get; set; }

Property Value

Type: Boolean
a boolean value indicating if open networks are notified to the user or not.
Remarks

Get method documentation[Android Documentation]
Gets whether to notify the user of open networks or not.

Set method documentation[Android Documentation]
Sets whether to notify the user of open networks or not.

See Also