to top
Datalogic APIs
public static final enum

PoseManager.ExecutionOption.IntentDeliveryMode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.device.configuration.PoseManager.ExecutionOption.IntentDeliveryMode

Class Overview

The mode used when sending the intent when the execution option type is SEND_INTENT.

Summary

Enum Values
PoseManager.ExecutionOption.IntentDeliveryMode  SEND_BROADCAST  Send the intent in broadcast. 
PoseManager.ExecutionOption.IntentDeliveryMode  START_ACTIVITY  Start an activity. 
PoseManager.ExecutionOption.IntentDeliveryMode  START_SERVICE  Start a service. 
Public Methods
static PoseManager.ExecutionOption.IntentDeliveryMode valueOf(String name)
final static IntentDeliveryMode[] 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.ExecutionOption.IntentDeliveryMode SEND_BROADCAST

Added in revision 47

Send the intent in broadcast.

public static final PoseManager.ExecutionOption.IntentDeliveryMode START_ACTIVITY

Added in revision 47

Start an activity.

public static final PoseManager.ExecutionOption.IntentDeliveryMode START_SERVICE

Added in revision 47

Start a service.

Public Methods

public static PoseManager.ExecutionOption.IntentDeliveryMode valueOf (String name)

Added in revision 47

public static final IntentDeliveryMode[] values ()

Added in revision 47