WIMM Labs


com.wimm.framework
Class Wimm.Intent

java.lang.Object
  extended by com.wimm.framework.Wimm.Intent
Enclosing class:
Wimm

public static class Wimm.Intent
extends Object

Intents and their extras.

Since:
WIMM SDK 1.0.2

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

ACTION_SENSOR_AVAILABILITY_CHANGED

public static final 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.

Includes the following extras:

EXTRA_SENSOR_AVAILABILITY denotes the availability of sensor hardware.

Since:
WIMM SDK 1.0.2
See Also:
Constant Field Values

EXTRA_SENSOR_AVAILABILITY

public static final String EXTRA_SENSOR_AVAILABILITY
A boolean extra in ACTION_SENSOR_AVAILABILITY_CHANGED.

true if sensors can be enabled. false if sensors can not be enabled due to low power.

Since:
WIMM SDK 1.0.2
See Also:
Constant Field Values
Constructor Detail

Wimm.Intent

public Wimm.Intent()

WIMM Labs