Classes
The following classes are available globally.
-
Helper class to configure and build
WDWClientinstances.Usage Example
See moreWDWClient *sdkInstance = [[[[[WDWClientBuilder new] withFleetID:@"UnitTest_Fleet"] withPushConfiguration:config] withLogLevel:WDWLogLevelError] build];Declaration
Objective-C
@interface WDWBuilder : NSObjectSwift
class WDWBuilder : NSObject -
Primary class to interact with the WDW-SDK. Use
See moreWDWBuilderto instanciate.Declaration
Objective-C
@interface WDWClient : NSObjectSwift
class WDWClient : NSObject -
Helper class to encapsulate Push Server configuration parameters.
See moreDeclaration
Objective-C
@interface WDWPushConfiguration : NSObjectSwift
class WDWPushConfiguration : NSObject -
This class represents all necessary details of the received and evaluated WDW event.
See HMI Guidelines section in WDW-SDK documentation to find out how to display a warning to the user.
See moreDeclaration
Objective-C
@interface WDWWarning : NSObjectSwift
class WDWWarning : NSObject
Classes Reference