com.jcdecaux.jcdroid.fwk.api
Class JCDroidService

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

public class JCDroidService
extends java.lang.Object


Field Summary
static java.lang.String BARCODE_READER_SERVICE
          Use with #getSystemService(String) to retrieve a BarcodeReaderManager for managing the barcode reader.
static java.lang.String INTERNAL_SETTINGS_SERVICE
          Use with #getSystemService to retrieve a InternalSettingsManager for managing internal settings.
 
Constructor Summary
JCDroidService()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTERNAL_SETTINGS_SERVICE

public static final java.lang.String INTERNAL_SETTINGS_SERVICE
Use with #getSystemService to retrieve a InternalSettingsManager for managing internal settings.

See Also:
#getSystemService, InternalSettingsManager, Constant Field Values

BARCODE_READER_SERVICE

public static final java.lang.String BARCODE_READER_SERVICE
Use with #getSystemService(String) to retrieve a BarcodeReaderManager for managing the barcode reader.

See Also:
#getSystemService, BarcodeReaderManager, Constant Field Values
Constructor Detail

JCDroidService

public JCDroidService()