Namespace Sensus.Android.Probes.Movement
Classes
AndroidAccelerometerProbe
AndroidActivityProbe
Provides inferred activity information via the Google Awareness API as ActivityDatum readings. As it is not possible to do continuous, real time activity recognition due to battery and network limitations, there are several caveats to the data produced by this probe:
- The user must typically be engaged in the activity for 30 seconds or more for the activity to be detected.
- Activities are typically reported when the user unlocks the device. They are rarely reported when the device is locked.
- Activities have both a ActivityPhase and ActivityState, which must be carefully inspected to understand the activity the user is engaged in.
AndroidAwarenessProbe
Base class for Google Awareness API probes.
AndroidAwarenessProbe.FenceUpdateAction
AndroidAwarenessProbeBroadcastReceiver
Broadcast receiver for all Android Awareness API events.
AndroidGyroscopeProbe
AndroidLocationFenceProbe
Provides location fence information via the Google Awareness API as LocationDatum readings.