WDWPushConfiguration Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | WDWPushConfiguration.h |
– initWithPushToken:server:variantID:secret:
Constructs the configuration object for push notifications
- (id)initWithPushToken:(NSData *)token server:(NSString *)url variantID:(NSString *)variant secret:(NSString *)secretParameters
token |
Apple push notification token that you have received in the Application delegate, required |
|---|---|
url |
Push registration server URL, provided to you by Bosch, required |
variant |
Server variant ID, provided to you by Bosch, required |
secret |
Server access secret, provided to you by Bosch, required |
Declared In
WDWPushConfiguration.h