Click or drag to resize

UnlockPolicyFromInt Method

Retrieves the corresponding UnlockPolicy value, from a valid integer.

Namespace:  Com.Datalogic.Device
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static UnlockPolicy FromInt(
	int n
)

Parameters

n
Type: SystemInt32
- int

Return Value

Type: UnlockPolicy
Type the corresponding one.
Remarks

Retrieves the corresponding UnlockPolicy value, from a valid integer.

[Android Documentation]

See Also