A class representing an event for Activity changes.
Fields Summary
private final List
mActivityRecognitionEvents
Constructors Summary
public ActivityChangedEvent(List activityRecognitionEvents)
if (activityRecognitionEvents == null) {
throw new InvalidParameterException(
"Parameter 'activityRecognitionEvents' must not be null.");
}
mActivityRecognitionEvents = activityRecognitionEvents;