Click or drag to resize

CaptivePortalPolicyFromInt Method

Retrieves the corresponding CaptivePortalPolicy value, from a valid integer.

Namespace:  Com.Datalogic.Decode
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 FromInt (int n);

Parameters

n
Type: System.Int32
int

Return Value

Type: Com.Datalogic.Device.Configuration.CaptivePortalPolicy
CaptivePortalPolicy the corresponding one.

Remarks
Retrieves the corresponding CaptivePortalPolicy value, from a valid integer.

[Android Documentation]

See Also

Reference