DefaultConfigurationTransport Class Reference
Inherits from | AbstractKaaTransport : NSObject |
---|---|
Conforms to | ConfigurationTransport |
Declared in | DefaultConfigurationTransport.h DefaultConfigurationTransport.m |
– createConfigurationRequest
Creates the configuration request.
- (ConfigurationSyncRequest *)createConfigurationRequest
Return 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 *)response
Parameters
response |
The configuration response. |
---|
Discussion
Updates the state of the Configuration manager according to the given response.
Declared In
ConfigurationTransport.h