Click or drag to resize

PropertyID.WifiNetworkShareDimmed Field

Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the WiFi connection or options.

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public const Int32 WifiNetworkShareDimmed = "value"

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the WiFi connection or options.

If this parameter is enabled, the Wi-Fi sharing option is disabled in the user interface. This means the `Share` functionality (e.g., displaying a QR code or the network password) is grayed out and it cannot be interacted with through UI. This indicates to the user that the feature is currently not accessible and the user is not able to change its state.

This restriction only prevents the *sharing* of the Wi-Fi network; it does not affect the device's ability to connect to and use the Wi-Fi network itself.

The class of the property is BooleanProperty.

[Android Documentation]

See Also