| java.lang.Object | |
| ↳ | masonamerica.platform.MasonIntent |
Mason OS Intent Actions and Extras
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | ACTION_INSTALL_UPDATE | Broadcast Action: The system has downloaded an OTA update and is ready for installation initiated by `config_install_prompt_package`. | |||||||||
| String | ACTION_LONG_PRESS_POWER | Broadcast Action: The power button has been long pressed and `config_longPressOnPowerBehavior` has been set to send this broadcast. | |||||||||
| String | ACTION_PUSH_RECEIVE | Broadcast Action: A push command has been sent to the application from the Mason Platform. | |||||||||
| String | ACTION_SHORT_PRESS_POWER | Broadcast Action: The power button has been short pressed and `config_shortPressOnPowerBehavior` has been set to send this broadcast. | |||||||||
| String | EXTRA_PUSH_ARGUMENTS |
A string array extra in ACTION_PUSH_RECEIVE intents holding the arguments included in the push message.
|
|||||||||
| String | EXTRA_PUSH_COMMAND |
A string extra in ACTION_PUSH_RECEIVE intents holding the command included in the push message.
|
|||||||||
| String | EXTRA_PUSH_COMMAND_REFURBISH |
Used as a String value for EXTRA_PUSH_COMMAND
to represent a REFURBISH command sent from the Mason Platform.
|
|||||||||
| String | EXTRA_PUSH_COMMAND_WIPE |
Used as a String value for EXTRA_PUSH_COMMAND
to represent a WIPE command sent from the Mason Platform.
|
|||||||||
| String | EXTRA_TARGET_UUID | A string holding the UUID used to reference a downloaded OTA package. | |||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
Broadcast Action: The system has downloaded an OTA update and is ready for installation initiated by `config_install_prompt_package`. The intent will have the following extra values:
EXTRA_TARGET_UUID containing a UUID for referencing the downloaded OTA package.
Broadcast Action: The power button has been long pressed and `config_longPressOnPowerBehavior` has been set to send this broadcast.
Broadcast Action: A push command has been sent to the application from the Mason Platform. The intent may have the following extra values:
EXTRA_PUSH_COMMAND containing a String with the command provided in the message.
EXTRA_PUSH_ARGUMENTS containing a String array of arguments provided in the message.
Broadcast Action: The power button has been short pressed and `config_shortPressOnPowerBehavior` has been set to send this broadcast.
A string array extra in ACTION_PUSH_RECEIVE intents holding the arguments included in the push message.
A string extra in ACTION_PUSH_RECEIVE intents holding the command included in the push message.
Possible values include:
Used as a String value for EXTRA_PUSH_COMMAND
to represent a REFURBISH command sent from the Mason Platform.
Used as a String value for EXTRA_PUSH_COMMAND
to represent a WIPE command sent from the Mason Platform.
A string holding the UUID used to reference a downloaded OTA package.