Click or drag to resize

UnlockKeyPolicy Class

Inheritance Hierarchy
Enum
  Com.Datalogic.DeviceUnlockKeyPolicy

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 UnlockKeyPolicy : Enum

The UnlockKeyPolicy type exposes the following members.

Properties
  NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberUnlockKeyPolicyDisabled
Unlock key notification feature is DISABLED.
Public propertyStatic memberUnlockKeyPolicyEnabled
Unlock key notification feature is ENABLED.
Public propertyStatic memberUnlockKeyPolicyNotSupported
Unlock key policy not supported.
Public propertyStatic memberUnlockKeyPolicyUnknown
Unknown unlock key policy.
Top
Methods
  NameDescription
Public methodStatic memberFromInt
Retrieves the corresponding UnlockKeyPolicy value, from a valid integer.
Public methodToInt
Converts the UnlockKeyPolicy 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