Package es.situm.sdk.realtime
Interface RealTimeManager
public interface RealTimeManager
RealTimeManager provides the ability to obtain real-time data from device positions.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanCheck if the realtime is runningvoidStop getting the devices positionsvoidrequestRealTimeUpdates(RealTimeRequest request, RealTimeListener listener) Starts getting the devices positions
-
Method Details
-
requestRealTimeUpdates
Starts getting the devices positions- Parameters:
request- the request to get devices positionslistener- 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
-