SITRealTimeInterface Protocol Reference

Conforms to NSObject
Declared in SITRealTimeInterface.h

Overview

Generic interface to control realtime operations

– requestRealTimeUpdates: required method

Provides a method for requesting users location in real time

- (void)requestRealTimeUpdates:(SITRealTimeRequest *)request

Parameters

request

SITRealTimeRequest object

Declared In

SITRealTimeInterface.h

– removeRealTimeUpdates required method

Stops delivering realtime location updates of the users

- (void)removeRealTimeUpdates

Declared In

SITRealTimeInterface.h