DefaultProfileTransport Class Reference
| Inherits from | AbstractKaaTransport : NSObject |
|---|---|
| Conforms to | ProfileTransport |
| Declared in | DefaultProfileTransport.h DefaultProfileTransport.m |
– createProfileRequest
Creates a new Profile update request.
- (ProfileSyncRequest *)createProfileRequestReturn Value
New Profile update request.
Discussion
Creates a new Profile update request.
Declared In
ProfileTransport.h
– onProfileResponse:
Updates the state of the Profile manager from the given response.
- (void)onProfileResponse:(ProfileSyncResponse *)responseParameters
response |
The response from the server. |
|---|
Discussion
Updates the state of the Profile manager from the given response.
See Also
Declared In
ProfileTransport.h
– setProfileManager:
Sets the given Profile manager.
- (void)setProfileManager:(id<ProfileManager>)managerParameters
manager |
The Profile manager to be set. |
|---|
Discussion
Sets the given Profile manager.
See Also
Declared In
ProfileTransport.h
– setClientProperties:
Sets the given client’s properties.
- (void)setClientProperties:(KaaClientProperties *)clientPropertiesParameters
properties |
The client’s properties to be set. |
|---|
Discussion
Sets the given client’s properties.
See Also
Declared In
ProfileTransport.h