com.jcdecaux.jcdroid.fwk.api
Class JCDroidIntent

java.lang.Object
  extended by com.jcdecaux.jcdroid.fwk.api.JCDroidIntent

public class JCDroidIntent
extends java.lang.Object

Full list of intents and categories provided by JCDroid.


Field Summary
static java.lang.String ACTION_BACKTO_HOME
          Used to trigger a back to home intent.
static java.lang.String ACTION_BARCODE_DISABLE
          Used to disable the barcode reader.
static java.lang.String ACTION_BARCODE_ENABLE
          Used to enable the barcode reader.
static java.lang.String ACTION_BARCODE_READED
          Used when a barcode has been read from the device.
static java.lang.String ACTION_BASE_CONFIG_LOADED
           
static java.lang.String ACTION_CLEAN_SDCARD
           
static java.lang.String ACTION_EMULATOR_UPDATE_PROPERTIES
           
static java.lang.String ACTION_FULL_CONFIG_LOADED
          Used when the device is considered ready: - if device is connected, configuration has been downloaded - configuration is loaded - proxy is loaded
static java.lang.String ACTION_INTERNALSETTINGS_CHANGED
          Used when an InternalSettingsObserver value has changed.
static java.lang.String ACTION_UBOOT_UPDATE
           
static java.lang.String CATEGORY_APPLICATION_UPDATE_SERVICE_ENDPOINT
          Used with service endpoint values in RCS
static java.lang.String CATEGORY_BARCODE
          Used with ACTION_BARCODE_READED
static java.lang.String CATEGORY_INTERNAL_SETTINGS_APP
          Used with app values in internal settings
static java.lang.String CATEGORY_INTERNAL_SETTINGS_DEBUG
          Used with debug values in internal settings
static java.lang.String CATEGORY_INTERNAL_SETTINGS_DEVICE
          Used with device values in internal settings
static java.lang.String CATEGORY_INTERNAL_SETTINGS_HARDWARE_BARCODE_READER
          Used with hardware barcode reader values in internal settings
static java.lang.String CATEGORY_INTERNAL_SETTINGS_HARDWARE_SCREEN
          Used with hardware screen values in internal settings
static java.lang.String CATEGORY_INTERNAL_SETTINGS_HARDWARE_SOUND
          Used with hardware sound values in internal settings
static java.lang.String CATEGORY_INTERNAL_SETTINGS_I18N
          Used with i18n values in internal settings
static java.lang.String CATEGORY_INTERNAL_SETTINGS_NETWORK
          Used with network values in internal settings
static java.lang.String CATEGORY_INTERNAL_SETTINGS_OS
          Used with os values in internal settings
static java.lang.String CATEGORY_INTERNAL_SETTINGS_PACKAGE
          Used with application packages
static java.lang.String CATEGORY_INTERNAL_SETTINGS_POWERMANAGER
          Used with powermanager values in internal settings
static java.lang.String CATEGORY_INTERNAL_SETTINGS_SERVICE_ENDPOINT
          Used with service endpoint values in internal settings
static java.lang.String CATEGORY_INTERNAL_SETTINGS_SERVICE_MQTT
          Used with service mqtt values in internal settings
static java.lang.String CATEGORY_INTERNAL_SETTINGS_SERVICE_NTP
          Used with service ntp values in internal settings
static java.lang.String CATEGORY_INTERNAL_SETTINGS_SERVICE_SIP
          Used with service sip values in internal settings
static java.lang.String CATEGORY_INTERNAL_SETTINGS_SERVICE_SYSLOG
          Used with service syslog values in internal settings
static java.lang.String CATEGORY_PROCESSES
          Used with ACTION_BACKTO_HOME to specify that background process should be killed when back to home is launched.
static java.lang.String EXTRA_BARCODE_DATA
          Extra key to store data readed from barcode in ACTION_BARCODE_READED intent
static java.lang.String EXTRA_FILES_TO_DELETE
           
static java.lang.String EXTRA_SESSION_TIMEOUT
          Extra key to indicate in Intent.ACTION_MAIN that it was triggered by a user session end.
static java.lang.String EXTRA_UBOOT_RESOLUTION
           
static java.lang.String EXTRA_UBOOT_SKIP_REBOOT
           
 
Constructor Summary
JCDroidIntent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_BACKTO_HOME

public static final java.lang.String ACTION_BACKTO_HOME
Used to trigger a back to home intent. This will exit current visible activity and bring back the default launcher.

See Also:
Constant Field Values

ACTION_FULL_CONFIG_LOADED

public static final java.lang.String ACTION_FULL_CONFIG_LOADED
Used when the device is considered ready: - if device is connected, configuration has been downloaded - configuration is loaded - proxy is loaded

See Also:
Constant Field Values

ACTION_BASE_CONFIG_LOADED

public static final java.lang.String ACTION_BASE_CONFIG_LOADED
See Also:
Constant Field Values

ACTION_INTERNALSETTINGS_CHANGED

public static final java.lang.String ACTION_INTERNALSETTINGS_CHANGED
Used when an InternalSettingsObserver value has changed. This happens when internal settings file a read and its content differs from what is stored in current InternalSettingsObserver state.

See Also:
Constant Field Values

ACTION_BARCODE_READED

public static final java.lang.String ACTION_BARCODE_READED
Used when a barcode has been read from the device. EXTRA_BARCODE_DATA

See Also:
Constant Field Values

ACTION_BARCODE_ENABLE

public static final java.lang.String ACTION_BARCODE_ENABLE
Used to enable the barcode reader.

See Also:
Constant Field Values

ACTION_BARCODE_DISABLE

public static final java.lang.String ACTION_BARCODE_DISABLE
Used to disable the barcode reader.

See Also:
Constant Field Values

ACTION_CLEAN_SDCARD

public static final java.lang.String ACTION_CLEAN_SDCARD
See Also:
Constant Field Values

ACTION_EMULATOR_UPDATE_PROPERTIES

public static final java.lang.String ACTION_EMULATOR_UPDATE_PROPERTIES
Since:
SdkVersion.API14 Used to update an internal settings property (in emulator only).
See Also:
Constant Field Values

ACTION_UBOOT_UPDATE

public static final java.lang.String ACTION_UBOOT_UPDATE
See Also:
Constant Field Values

CATEGORY_PROCESSES

public static final java.lang.String CATEGORY_PROCESSES
Used with ACTION_BACKTO_HOME to specify that background process should be killed when back to home is launched.

See Also:
Constant Field Values

CATEGORY_BARCODE

public static final java.lang.String CATEGORY_BARCODE
Used with ACTION_BARCODE_READED

See Also:
Constant Field Values

CATEGORY_INTERNAL_SETTINGS_APP

public static final java.lang.String CATEGORY_INTERNAL_SETTINGS_APP
Used with app values in internal settings

See Also:
Constant Field Values

CATEGORY_INTERNAL_SETTINGS_DEBUG

public static final java.lang.String CATEGORY_INTERNAL_SETTINGS_DEBUG
Used with debug values in internal settings

See Also:
Constant Field Values

CATEGORY_INTERNAL_SETTINGS_DEVICE

public static final java.lang.String CATEGORY_INTERNAL_SETTINGS_DEVICE
Used with device values in internal settings

See Also:
Constant Field Values

CATEGORY_INTERNAL_SETTINGS_I18N

public static final java.lang.String CATEGORY_INTERNAL_SETTINGS_I18N
Used with i18n values in internal settings

See Also:
Constant Field Values

CATEGORY_INTERNAL_SETTINGS_HARDWARE_BARCODE_READER

public static final java.lang.String CATEGORY_INTERNAL_SETTINGS_HARDWARE_BARCODE_READER
Used with hardware barcode reader values in internal settings

See Also:
Constant Field Values

CATEGORY_INTERNAL_SETTINGS_HARDWARE_SOUND

public static final java.lang.String CATEGORY_INTERNAL_SETTINGS_HARDWARE_SOUND
Used with hardware sound values in internal settings

See Also:
Constant Field Values

CATEGORY_INTERNAL_SETTINGS_HARDWARE_SCREEN

public static final java.lang.String CATEGORY_INTERNAL_SETTINGS_HARDWARE_SCREEN
Used with hardware screen values in internal settings

See Also:
Constant Field Values

CATEGORY_INTERNAL_SETTINGS_NETWORK

public static final java.lang.String CATEGORY_INTERNAL_SETTINGS_NETWORK
Used with network values in internal settings

See Also:
Constant Field Values

CATEGORY_INTERNAL_SETTINGS_OS

public static final java.lang.String CATEGORY_INTERNAL_SETTINGS_OS
Used with os values in internal settings

See Also:
Constant Field Values

CATEGORY_INTERNAL_SETTINGS_PACKAGE

public static final java.lang.String CATEGORY_INTERNAL_SETTINGS_PACKAGE
Used with application packages

See Also:
Constant Field Values

CATEGORY_INTERNAL_SETTINGS_POWERMANAGER

public static final java.lang.String CATEGORY_INTERNAL_SETTINGS_POWERMANAGER
Used with powermanager values in internal settings

See Also:
Constant Field Values

CATEGORY_INTERNAL_SETTINGS_SERVICE_ENDPOINT

public static final java.lang.String CATEGORY_INTERNAL_SETTINGS_SERVICE_ENDPOINT
Used with service endpoint values in internal settings

See Also:
Constant Field Values

CATEGORY_INTERNAL_SETTINGS_SERVICE_SIP

public static final java.lang.String CATEGORY_INTERNAL_SETTINGS_SERVICE_SIP
Used with service sip values in internal settings

See Also:
Constant Field Values

CATEGORY_INTERNAL_SETTINGS_SERVICE_MQTT

public static final java.lang.String CATEGORY_INTERNAL_SETTINGS_SERVICE_MQTT
Used with service mqtt values in internal settings

See Also:
Constant Field Values

CATEGORY_INTERNAL_SETTINGS_SERVICE_NTP

public static final java.lang.String CATEGORY_INTERNAL_SETTINGS_SERVICE_NTP
Used with service ntp values in internal settings

See Also:
Constant Field Values

CATEGORY_INTERNAL_SETTINGS_SERVICE_SYSLOG

public static final java.lang.String CATEGORY_INTERNAL_SETTINGS_SERVICE_SYSLOG
Used with service syslog values in internal settings

See Also:
Constant Field Values

CATEGORY_APPLICATION_UPDATE_SERVICE_ENDPOINT

public static final java.lang.String CATEGORY_APPLICATION_UPDATE_SERVICE_ENDPOINT
Used with service endpoint values in RCS

See Also:
Constant Field Values

EXTRA_BARCODE_DATA

public static final java.lang.String EXTRA_BARCODE_DATA
Extra key to store data readed from barcode in ACTION_BARCODE_READED intent

See Also:
Constant Field Values

EXTRA_FILES_TO_DELETE

public static final java.lang.String EXTRA_FILES_TO_DELETE
See Also:
Constant Field Values

EXTRA_UBOOT_RESOLUTION

public static final java.lang.String EXTRA_UBOOT_RESOLUTION
See Also:
Constant Field Values

EXTRA_UBOOT_SKIP_REBOOT

public static final java.lang.String EXTRA_UBOOT_SKIP_REBOOT
See Also:
Constant Field Values

EXTRA_SESSION_TIMEOUT

public static final java.lang.String EXTRA_SESSION_TIMEOUT
Extra key to indicate in Intent.ACTION_MAIN that it was triggered by a user session end. Contains #true.

See Also:
Constant Field Values
Constructor Detail

JCDroidIntent

public JCDroidIntent()