ALResponse Class Reference
Inherits from | NSObject |
Declared in | ALResponse.h ALResponse.m |
Overview
ALResponse class declare a common protocol to process Alohar response.
The response has three main parts: + timeStamp The time the response is returned. + requestType The type of the request type. + objects The payload of the response
ALResponse has following request types:
enum {
kALRequestTypeUserStays,
kALRequestTypePlaces,
kALRequestTypeMotionState,
kALRequestTypeStayDetail,
kALRequestTypePlaceDetail,
}