|
WIMM Labs |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wimm.framework.Wimm.Intent
public static class Wimm.Intent
Intents and their extras.
Field Summary | |
---|---|
static String |
ACTION_SENSOR_AVAILABILITY_CHANGED
Broadcast Action: Sent when the sensor hardware becomes unavailable due to low power, or when sensors become available again after power is restored. |
static String |
EXTRA_SENSOR_AVAILABILITY
A boolean extra in ACTION_SENSOR_AVAILABILITY_CHANGED . |
Constructor Summary | |
---|---|
Wimm.Intent()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ACTION_SENSOR_AVAILABILITY_CHANGED
Includes the following extras:
EXTRA_SENSOR_AVAILABILITY
denotes the availability of sensor hardware.
public static final String EXTRA_SENSOR_AVAILABILITY
ACTION_SENSOR_AVAILABILITY_CHANGED
.
true
if sensors can be enabled.
false
if sensors can not be enabled due to low power.
Constructor Detail |
---|
public Wimm.Intent()
|
WIMM Labs |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |