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, }

Tasks

Properties

objects

@property (nonatomic, strong) NSMutableArray *objects

Declared In

ALResponse.h

requestType

@property ALRequestType requestType

Declared In

ALResponse.h

timeStamp

@property (strong) NSDate *timeStamp

Declared In

ALResponse.h