public interface WDWClient
The WDWClient is the main interface of the WDW-SDK.
The WDW-SDK is the client part of the WDW service. It provides the
functionality to collect device sensor data and receive wrong way driver warnings.
An instance of the WDWClient can be created using the WDWBuilder.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VERSION
Current WDW-SDK version number.
|
| Modifier and Type | Method and Description |
|---|---|
void |
evaluateMessage(java.lang.String serverMessage)
Evaluates a message manually in case the internal push implementation of the WDW-SDK is not used.
|
void |
startMonitoring()
Starts the monitoring of the WDW-SDK.
|
void |
stopMonitoring()
Stops the monitoring of the WDW-SDK.
|
void evaluateMessage(java.lang.String serverMessage)
WDWClientCallback.onWarningReceived(WarningEvent) will be called.serverMessage - the serverMessage to be evaluated.WDWClientCallback.onWarningReceived(WarningEvent)void startMonitoring()
void stopMonitoring()