SITRealTimeInterface

@protocol SITRealTimeInterface <NSObject>

Generic interface to control realtime operations

  • Provides a method for requesting users location in real time

    Declaration

    Objective-C

    - (void)requestRealTimeUpdates:(SITRealTimeRequest *_Nonnull)request;

    Parameters

    request

    SITRealTimeRequest object

  • Stops delivering realtime location updates of the users

    Declaration

    Objective-C

    - (void)removeRealTimeUpdates;