CSActivityProcessorSensor Class Reference

Inherits from CSSensor : NSObject
Declared in CSActivityProcessorSensor.h

Overview

Sensor that stores the activity detection value provided by iOS.

JSON output value format

 {
    "confidence": STRING; // "low", "medium", "high", "unknown"
    "activity": STRING; // "unknown", "idle", "walking", "running", "automotive"
 }