Package com.bosch.wdw
Class PushConfig
java.lang.Object
com.bosch.wdw.PushConfig
The PushConfig holds all config variables required for the push module.
The PushConfig is provided to the WDWBuilder. It contains the following variables:
- pushServerURL - URL provided by Bosch.
- variantID - variantID provided by Bosch.
- variantSecret - variantSecret provided by Bosch.
-
Constructor Summary
ConstructorsConstructorDescriptionPushConfig(URI pushServerURL, String variantID, String variantSecret) Constructs aPushConfigobject to register with the WDW push provider. -
Method Summary
Modifier and TypeMethodDescriptionReturns the pushServerURLReturns the variantIDReturns the variantSecrettoString()
-
Constructor Details
-
PushConfig
Constructs aPushConfigobject to register with the WDW push provider.- Parameters:
pushServerURL- represents the server URL with which to register.variantID- represents the unique variant identifier.variantSecret- represents the variant secret key.
-
-
Method Details