|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.eloview.sdk.EloSecureClient
public class EloSecureClient
EloSecure Client is used to connect to BSP dependent service and gather continuous data from it such as cpu temperature or touch gestures.
| Constructor Summary | |
|---|---|
protected |
EloSecureClient(Context context)
|
| Method Summary | |
|---|---|
void |
bindService()
This method is used to bind the Elo Sdk to the Elo Service on BSP. |
static EloSecureClient |
getInstance(Context context)
|
static boolean |
isEloSecureServiceAlive()
|
java.lang.String |
readTemperature()
|
java.lang.String |
readTouchData()
This method is used to read touch data from the BSP in the form of a JSON Array string. |
void |
unbindService()
This method is used to unbind the Elo Sdk from the Elo Service on BSP. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected EloSecureClient(Context context)
| Method Detail |
|---|
public static EloSecureClient getInstance(Context context)
public void bindService()
public void unbindService()
public java.lang.String readTouchData()
public static boolean isEloSecureServiceAlive()
public java.lang.String readTemperature()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||