SITRealTimeRequest Class Reference

Inherits from NSObject
Declared in SITRealTimeRequest.h

Overview

A data object that contains parameters for the real time service (SITRealTimeManager)

  buildingIdentifier

The identifier of the building (can be obtained on SITResource identifier property of a SITBuilding object)

@property (nonatomic, strong) NSString *buildingIdentifier

Declared In

SITRealTimeRequest.h

  updateInterval

Integer value (in seconds) that determine the interval rate of refreshing

@property (nonatomic) NSInteger updateInterval

Discussion

This value cannot be smaller than 3 seconds nor greater than 20 seconds (In case you provide a number smaller than 3 seconds, this minimum will be applied. This is also de default value. In case you provide a value greater than 20 seconds, 20 seconds will be applied.

Declared In

SITRealTimeRequest.h