DefaultConfigurationTransport Class Reference
| Inherits from | AbstractKaaTransport : NSObject |
|---|---|
| Conforms to | ConfigurationTransport |
| Declared in | DefaultConfigurationTransport.h DefaultConfigurationTransport.m |
– createConfigurationRequest
Creates the configuration request.
- (ConfigurationSyncRequest *)createConfigurationRequestReturn Value
The configuration request object.
Discussion
Creates the configuration request.
Declared In
ConfigurationTransport.h
– onConfigurationResponse:
Updates the state of the Configuration manager according to the given response.
- (void)onConfigurationResponse:(ConfigurationSyncResponse *)responseParameters
response |
The configuration response. |
|---|
Discussion
Updates the state of the Configuration manager according to the given response.
Declared In
ConfigurationTransport.h