This class represents a number of aspects of the BlackBerry Dynamics run-time state.
|
| static final String | BBDActivationStateKey = "BBDActivationStateKey" |
| | Intent Extra key which contain current Activation State. More...
|
| |
| static final String | BBDActivationProcessingIndexKey = "BBDActivationProcessingIndexKey" |
| | Intent Extra key which contain index of current activation description, this is index valid in the list returned by getActivationProcessingDescriptions. More...
|
| |
| static final String | BBDActivationErrorKey = "BBDActivationErrorKey" |
| | Intent Extra key which contains Activation Error if Activation has failed. More...
|
| |
| static final String | BBDActivationDescriptionKey = "BBDActivationDescriptionKey" |
| | Intent Extra key which contains current Activation State description string. More...
|
| |
◆ getActivationState() [1/2]
- Parameters
-
| intent | Intent that was sent by local broadcast for an Activation notification. |
- Returns
ActivationState value for the current Activation state
◆ getActivationStateDescription()
| static final String getActivationStateDescription |
( |
Intent |
intent | ) |
|
|
static |
- Parameters
-
| intent | Intent that was sent by local broadcast for an Activation notification. |
- Returns
String value for the description of current activation state
◆ getActivationError()
- Parameters
-
| intent | Intent that was sent by local broadcast for an Activation notification. |
- Returns
GDAppResultCode value for the Activation Error which may have occured
◆ getActivationStateIndex()
| static final int getActivationStateIndex |
( |
Intent |
intent | ) |
|
|
static |
- Parameters
-
| intent | Intent that was sent by local broadcast for a Activation notification |
- Returns
Int value for the Activation Error which may have occured
◆ getActivationState() [2/2]
- Parameters
-
| aContext | Android Context object for the application. |
- Returns
- ActivationState enum object
◆ getActivationProcessingDescriptions()
| List<String> getActivationProcessingDescriptions |
( |
| ) |
|
- Returns
- List of Activation State descriptions which are localized
◆ BBDActivationStateKey
| final String BBDActivationStateKey = "BBDActivationStateKey" |
|
static |
Extra maybe present for Intents of action GD_STATE_ACTIVATION_ACTION
◆ BBDActivationProcessingIndexKey
| final String BBDActivationProcessingIndexKey = "BBDActivationProcessingIndexKey" |
|
static |
Extra maybe present for Intents of action GD_STATE_ACTIVATION_ACTION
◆ BBDActivationErrorKey
| final String BBDActivationErrorKey = "BBDActivationErrorKey" |
|
static |
This error would be of type GDAppResultCode
Extra maybe present for Intents of action GD_STATE_ACTIVATION_ACTION
◆ BBDActivationDescriptionKey
| final String BBDActivationDescriptionKey = "BBDActivationDescriptionKey" |
|
static |
Extra maybe present for Intents of action GD_STATE_ACTIVATION_ACTION