Click or drag to resize

UnlockPolicy Class

Inheritance Hierarchy
Enum
  Com.Datalogic.DeviceUnlockPolicy

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

The UnlockPolicy type exposes the following members.

Properties
  NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberUnlockPolicyBoth
Cradle can be unlocked both from power menu and notification.
Public propertyStatic memberUnlockPolicyNone
Unlock feature is disabled.
Public propertyStatic memberUnlockPolicyNotification
A notification with unlock button is shown to the user if the cradle is locked.
Public propertyStatic memberUnlockPolicyNotSupported
Unlock policy not supported.
Public propertyStatic memberUnlockPolicyPower
Cradle can be unlocked from power menu.
Public propertyStatic memberUnlockPolicyUnknown
Unknown unlock policy.
Top
Methods
  NameDescription
Public methodStatic memberFromInt
Retrieves the corresponding UnlockPolicy value, from a valid integer.
Public methodToInt
Converts the UnlockPolicy enum to its integer representing value.
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
Enumerative representing the Policy to unlock the Cradle.

[Android Documentation]

See Also