Click or drag to resize

CaptivePortalPolicy Class

Enum defines the behaviour of the device in case of connecting to a public Wi-Fi with a captive portal interface. In particular, selecting the desired mode, the user can be prompted to authenticate, to be allowed or disallowed to connect to networks which requiring authentication through a captive portal.
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Configuration.CaptivePortalPolicy

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class CaptivePortalPolicy : Enum

The CaptivePortalPolicy type exposes the following members.

Properties
NameDescription
Public propertyDisconnected
User not prompted, Wi-Fi disconnected, no internet access.
Public propertyJniPeerMembers
To be added.
Public propertyNoInternet
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Public propertyUserPrompted
To be added.
Top
Methods
NameDescription
Public methodFromInt
Retrieves the corresponding CaptivePortalPolicy value, from a valid integer.
Public methodToInt
Converts the CaptivePortalPolicy to its integer corresponding value.
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Top
Remarks
Enum CaptivePortalPolicy defines the behaviour of the device in case of connecting to a public Wi-Fi with a captive portal interface. In particular, selecting the desired mode, the user can be prompted to authenticate, to be allowed or disallowed to connect to networks which requiring authentication through a captive portal.

[Android Documentation]

See Also