ProfileTransport Protocol Reference
| Conforms to | KaaTransport |
|---|---|
| Declared in | ProfileTransport.h |
– createProfileRequest
required method
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:
required method
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:
required method
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:
required method
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