java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.decode.configuration.IntentDeliveryMode |
IntentDeliveryMode
is an enumeration defining the
method by which the intent is delivered.
The type is one of:
START_ACTIVITY | Intent delivered via StartActivity |
START_SERVICE | Intent delivered via StartService |
BROADCAST | Broadcast Intent |
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
IntentDeliveryMode | BROADCAST | Sends an Intent using broadcastIntent to invoke registered broadcast receivers | |||||||||
IntentDeliveryMode | START_ACTIVITY | Sends an Intent using startActivity to invoke an Activity | |||||||||
IntentDeliveryMode | START_SERVICE | Sends an Intent using startService to initiate operation of a Service |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Sends an Intent using broadcastIntent to invoke registered broadcast receivers
Sends an Intent using startActivity to invoke an Activity
Sends an Intent using startService to initiate operation of a Service