CaptivePortalPolicy.Disconnected Property
Click or drag to resize

CaptivePortalPolicyDisconnected Property

User not prompted, Wi-Fi disconnected, no internet access.

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 static Com.Datalogic.Device.Configuration.CaptivePortalPolicy Disconnected { get; }

Property Value

Property Value

Type: Com.Datalogic.Device.Configuration.CaptivePortalPolicy
No description available.

Remarks
User not prompted, Wi-Fi disconnected, no internet access.

In particular, when a network requiring an authentication through the captive portal, the user is not prompted to authenticate into the captive portal page. Moreover, the device automatically disconnects from that network, so the user is not able to access to internet.

[Android Documentation]

See Also