Click or drag to resize

UnlockNotificationPolicy Class

Inheritance Hierarchy
Enum
  Com.Datalogic.DeviceUnlockNotificationPolicy

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

The UnlockNotificationPolicy type exposes the following members.

Properties
  NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberUnlockNotificationMultiple
Unlock notification is enabled only when the device is inserted in a multiple slot cradle.
Public propertyStatic memberUnlockNotificationNone
Unlock notification is disabled on all cradle model.
Public propertyStatic memberUnlockNotificationSingle
Unlock notification is enabled only when the device is inserted in a single slot cradle.
Public propertyStatic memberUnlockNotificationSingleAndMultiple
Unlock notification is enabled when the device is inserted in both single or multiple slot cradle.
Top
Methods
  NameDescription
Public methodStatic memberFromInt
Retrieves the corresponding UnlockNotification Policy value, from a valid integer.
Public methodToInt
Converts the UnlockNotificationPolicy 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