SITRealTimeManager Class Reference

Inherits from NSObject
Conforms to SITRealTimeInterface
Declared in SITRealTimeManager.h

Overview

Central point for accessing the location of the users in real time

+ sharedManager

Call this method to receive a reference to an initialized object of this class

+ (instancetype)sharedManager

Return Value

shared manager object

Discussion

You should not try to initialized multiple objects of this class using alloc:init

Declared In

SITRealTimeManager.h

  delegate

Delegate property to receive callbacks

@property (nonatomic, assign) id<SITRealTimeDelegate> delegate

Declared In

SITRealTimeManager.h

– updateInterval

Rate at which information will be refreshed (in seconds)

- (NSInteger)updateInterval

Discussion

Check SITRealTimeRequest to know minimun and maximum values of this parameter

Declared In

SITRealTimeManager.h