| Interface | Description |
|---|---|
| WDWClient |
The
WDWClient is the main interface of the WDW-SDK. |
| WDWClientCallback |
The
WDWClientCallback needs to be implemented to react on events triggered by the WDW-SDK. |
| Class | Description |
|---|---|
| PushConfig |
The
PushConfig holds all config variables required for the push module. |
| WarningEvent |
The
WarningEvent is the result of a message evaluation. |
| WDWBuilder |
The
WDWBuilder is used to create an instance of the WDW-SDK. |
| WDWFirebaseMessagingService |
The
WDWFirebaseMessagingService is providing the Firebase message to the WDW-SDK. |
| WDWPushHelper |
A small helper class that provides useful methods related to push handling.
|
| Enum | Description |
|---|---|
| Error |
The
Error represents an error thrown by the WDW-SDK. |
| LogLevel |
The
LogLevel defines the log output of the WDW-SDK. |
| WarningEvent.WarningType |
The
WarningType defines the type of a WarningEvent. |