IntentDeliveryMode Class |
Namespace: Com.Datalogic.Decode.Configuration
The IntentDeliveryMode type exposes the following members.
| Name | Description | |
|---|---|---|
| Broadcast | Sends an Intent using broadcastIntent to invoke registered broadcast receivers | |
| JniPeerMembers | To be added. | |
| StartActivity | Sends an Intent using startActivity to invoke an Activity | |
| StartService | Sends an Intent using startService to initiate operation of a Service |
| Name | Description | |
|---|---|---|
| ValueOf | Returns the enum constant of this type with the specified name. | |
| Values | Returns an array containing the constants of this enum type, in
the order they are declared. |
| START_ACTIVITY | Intent delivered via StartActivity |
| START_SERVICE | Intent delivered via StartService |
| BROADCAST | Broadcast Intent |