Interface RealTimeManager


  • public interface RealTimeManager
    RealTimeManager provides the ability to obtain real-time data from device positions.
    • Method Detail

      • requestRealTimeUpdates

        void requestRealTimeUpdates​(@NonNull
                                    RealTimeRequest request,
                                    @NonNull
                                    RealTimeListener listener)
        Starts getting the devices positions
        Parameters:
        request - the request to get devices positions
        listener - in which receive the devices positions
      • removeRealTimeUpdates

        void removeRealTimeUpdates()
        Stop getting the devices positions
      • isRunning

        boolean isRunning()
        Check if the realtime is running
        Returns:
        true if running, false otherwise