to top
Datalogic APIs
public static final enum

PoseManager.ActivationOption.Type

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.device.configuration.PoseManager.ActivationOption.Type

Class Overview

The type of activation option.

Summary

Enum Values
PoseManager.ActivationOption.Type  IN_CRADLE  Activation option that verifies if the device is inside or outside the cradle. 
PoseManager.ActivationOption.Type  STATIONARY  Activation option that verifies if the device is stationary or not. 
PoseManager.ActivationOption.Type  UNOBSTRUCTED  Activation option that verifies if the device proximity sensor detects an object nearby or not. 
Public Methods
static PoseManager.ActivationOption.Type valueOf(String name)
final static Type[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PoseManager.ActivationOption.Type IN_CRADLE

Added in revision 47

Activation option that verifies if the device is inside or outside the cradle.

public static final PoseManager.ActivationOption.Type STATIONARY

Added in revision 47

Activation option that verifies if the device is stationary or not.

public static final PoseManager.ActivationOption.Type UNOBSTRUCTED

Added in revision 47

Activation option that verifies if the device proximity sensor detects an object nearby or not.

Public Methods

public static PoseManager.ActivationOption.Type valueOf (String name)

Added in revision 47

public static final Type[] values ()

Added in revision 47